Index - linhay/Stem GitHub Wiki

Index

public enum Index<T: Any>

Inheritance

Comparable

Enumeration Cases

array

case array(: Int)

dictionary

case dictionary(: DictionaryIndex<String, T>)

null

case null

Methods

==(lhs:rhs:)

static public func ==(lhs: Index, rhs: Index) -> Bool

<(lhs:rhs:)

static public func <(lhs: Index, rhs: Index) -> Bool
⚠️ **GitHub.com Fallback** ⚠️