Path

data class Path<T>(val paths: List<T>)

Constructors

Link copied to clipboard
constructor(vararg paths: T)
constructor(paths: List<T>)

Properties

Link copied to clipboard
val paths: List<T>