data class Index
Wrapper for a single index -- can be used as distinguishable type for an overload where Int is already in use.
Index(index: Int)
Wrapper for a single index -- can be used as distinguishable type for an overload where Int is already in use. |
val index: Int |