BitArray.dup

Duplicates this array, much like the dup property for built-in arrays.

struct BitArray
dup
()

Return Value

Type: BitArray

A duplicate of this array.

Meta