Description: A boolean type that can be either true or false. Used for logical operations and conditionals.
Example
let isValid: Bool = true
let isComplete: Bool = false
Description: A boolean type that can be either true or false. Used for logical operations and conditionals.
let isValid: Bool = true
let isComplete: Bool = false