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")
  • Undocumented

    Declaration

    Swift

    public let key_: String
  • Undocumented

    Declaration

    Swift

    public init(_ key: String)