protocol
BooleanLiteralConvertible
Inheritance | View Protocol Hierarchy → |
---|---|
Associated Types | |
Import |
|
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
true
andfalse
.