Bool

struct Bool
  • Returns the integer value of the boolean (i.e. 1 if true, otherwise 0).

    Declaration

    Swift

    var toInt: Int { get }