Skip to main content

Module bitflags_array

Module bitflags_array 

Source

MacrosΒ§

bit_array_impl πŸ”’
bitflags_array πŸ”’
Macro for creating sets of bitflags, we need this because there are almost more flags than bits in a u64, we can’t use a u128 because of FFI, and the number of flags is increasing.
bitflags_array_impl πŸ”’
bitflags_array_impl_assign πŸ”’
bitflags_independent_two_arg πŸ”’