Boolean Literals
There are three Boolean literals and they are part of standard Swift keywords:
A value of true representing true.
A value of false representing false.
A value of nil representing no value.
There are three Boolean literals and they are part of standard Swift keywords:
A value of true representing true.
A value of false representing false.
A value of nil representing no value.