KeyType
public enum KeyType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case hash = "HASH"
-
Undocumented
Declaration
Swift
case range = "RANGE"
-
Declaration
Swift
public var description: String { get }