copy (BitSet)
Copies a bitset.
Arguments
bitset0
is the BitSet to copy.
Return values
bitset1
is a copy of the intiial BitSet.
Complexity
O(size)
Example
Output:
a=TRUE,TRUE,TRUE,FALSE,TRUE,
b=TRUE,FALSE,FALSE,FALSE,TRUE,
Copies a bitset.
O(size)