Bool

@frozen
struct Bool
  • Declaration

    Swift

    public func combine(_ other: Bool) -> Bool
  • Declaration

    Swift

    public static func empty() -> Bool
  • Declaration

    Swift

    public func multiply(_ other: Bool) -> Bool
  • Declaration

    Swift

    public static func one() -> Bool