In 1.2.8 accept bitset!:
system/words/negate
system/words/complement
system/words/tail?
system/words/length?
system/words/find
system/words/copy
system/words/insert
system/words/remove
system/words/clear
system/words/exclude
system/words/difference
system/words/intersect
system/words/union
system/words/empty?
system/words/copy
It seems that remove part can delete bit, the integer arg is the bit number:
>> remove/part probe insert make bitset! 8 0 0
make bitset! #{01}
== make bitset! #{00}
---
Ciao
Romano
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.