RangeMode
public enum RangeMode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case first = "FIRST"
-
Undocumented
Declaration
Swift
case last = "LAST"
-
Undocumented
Declaration
Swift
case lastBeforeMissingValues = "LAST_BEFORE_MISSING_VALUES"
-
Undocumented
Declaration
Swift
case inclusive = "INCLUSIVE"
-
Undocumented
Declaration
Swift
case exclusive = "EXCLUSIVE"
-
Declaration
Swift
public var description: String { get }