GLib.Bit
Description:
Content:
Functions:
- public int nth_lsf (ulong mask, int nth_bit)
Find the position of the first bit set in
mask, searching from (but not including)nth_bitupwards. - public int nth_msf (ulong mask, int nth_bit)
Find the position of the first bit set in
mask, searching from (but not including)nth_bitdownwards. - public uint storage (ulong number)
Gets the number of bits used to hold
number, e.