FullPath

data class FullPath(path: List<Any?>) : Path

Non-serializable, list-based, high performance path intended for use in simulated environments. Unsuitable for practical applications.

Constructors

Link copied to clipboard
constructor(path: List<Any?>)

Types

Link copied to clipboard
object Companion

Utility companion object.

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
open override fun toString(): String