Skip to content

Two class libraries in order to work with BitVectors (aka BitSets): the "raw" BitVector class and the ISet abstraction: BitVectorSet.

License

Notifications You must be signed in to change notification settings

JensUngerer/bitvector-set

Repository files navigation

BitVector and BitVectorSet

Two class libraries in order to work with BitVectors (aka BitSets): the "raw" BitVector class and the ISet abstraction: BitVectorSet.

Usage

Install both BitVector nuget package and BitVectorSet nuget package.

using JensUngerer.BitVectorSet;

Derive from BitVectorSetFactory and create your custom factory class: than it is possible to create custom BitVectorSet objects.

About

Two class libraries in order to work with BitVectors (aka BitSets): the "raw" BitVector class and the ISet abstraction: BitVectorSet.

Topics

Resources

License

Stars

Watchers

Forks