BoolKeyCodable

public protocol BoolKeyCodable

Mechanica

Types adopting the BoolKeyCodable protocol can be used to construct key path to Bool values.

  • bool(forKey:) Extension method

    Mechanica

    Returns a Bool value for a BoolKey.

    Declaration

    Swift

    public final func bool(forKey key: BoolKey) -> Bool