Boolean¶
Scalar Type Code: -1. Scalar Internal Name: b8. Vector Type Code: 1. Vector Internal Name: B8.
Represents a boolean value. Can be used in boolean contexts.
↪ (type true) ;; Scalar
b8
↪ (type false) ;; Scalar
b8
(type [true true]) ;; Vector
B8
(type [false false]) ;; Vector
B8