in reply to Which bit is set? (inverse of (1<<$value) operator)
# Count the bits in a chunk of memory (e.g. a select vector) unpack( '%32b*', $mask );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Which bit is set? (inverse of (1<<$value) operator)
by wirito (Acolyte) on Sep 17, 2012 at 12:13 UTC |