make-bool-vector

make-bool-vector is a built-in function in `C source code'.

(make-bool-vector LENGTH INIT)

Return a new bool-vector of length LENGTH, using INIT for each element.
LENGTH must be a number. INIT matters only in whether it is t or nil.