protocol BooleanLiteralConvertible| Inheritance | View Protocol Hierarchy → |
|---|---|
| Associated Types | |
| Import | import Swift |
Initializers
init(booleanLiteral:) Required
Create an instance initialized to value.
Declaration
init(booleanLiteral value: Self.BooleanLiteralType)
Conforming types can be initialized with the Boolean literals
trueandfalse.