mattkrick / fast-bitset

A fast bitset with some nice methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests for new BitSet(dehydratedBitSet)

jamesplease opened this issue · comments

There aren't any tests for the alternate param in the constructor. I can add these; I just wanted to make an issue to document the task.

clone() uses it internally, but you're right, there should be an explicit test just for this case

fixed with 3b9a2c8