bitmask

Returns a bitmask with the lowest 2 bits set from the elements of self. A true element results in a 1 bit and a false element in a 0 bit. Element x goes into the first lowest bit, element y into the second, etc.

Arguments

  • _self : BVec2 - No Documentation 🚧

Returns

  • arg0 : u32 - No Documentation 🚧