bool-vector-subsetp

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

(bool-vector-subsetp A B)

Return t if every t value in A is also t in B, nil otherwise.
A and B must be bool vectors of the same length.