Did you know ... Search Documentation:
Pack canny_tudor -- prolog/canny/pop.pl
PublicShow source
 pop_lsbs(+A:nonneg, -L:list) is det
Unifies non-negative integer A with its set bits L in least-significate priority order. Defined only for non-negative A. Throws a domain error otherwise.
Errors
- domain_error(not_less_than_one, A) if A less than 0.