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

Prev:vxor ( u v -- w )
Next:v? ( mask true false -- result )


Vocabulary
math.vectors

Inputs
va sequence of booleans


Outputs
wa sequence of booleans


Word description
Takes the logical NOT of each element of v.

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

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

Definition


Methods