vnone? ( v -- ? )
Factor handbook » The language » Numbers » Vector operations » Vector component- and bit-wise logic

Prev:vany? ( v -- ? )
Next:vshuffle ( v perm -- w )


Vocabulary
math.vectors

Inputs
va sequence of booleans


Outputs
?a boolean


Word description
Returns true if every element of v is false.

Notes
See Componentwise logic with SIMD vectors for notes on dealing with vector boolean inputs when using SIMD types.

See also
v<, v<=, v=, v>, v>=, vunordered?, vand, vor, vxor, vnot, vany?, vall?, v?

Definition


Methods