ConstKey
public struct ConstKey<ValueType>
用于声明带类型推断的静态常量。
Represents a Key
with an associated generic value type.
Special thanks: DefaultsKit
Example:
let key = DTB.ConstKey<[String: Any]>("myUserDefaultsKey")
public struct ConstKey<ValueType>
用于声明带类型推断的静态常量。
Represents a Key
with an associated generic value type.
Special thanks: DefaultsKit
Example:
let key = DTB.ConstKey<[String: Any]>("myUserDefaultsKey")