Path

data class Path

An immutable representation of a path, supporting convenient concatenation

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
infix operator fun plus(other: Path): Path