Skip to content

Move BitSet constructors from impl<u32> to impl<B> #6

@polazarus

Description

@polazarus

The way things are, BitSet<B> for any B except u32 is almost unusable. The only constructor is pretty much hidden (default()).
I propose to move the constructors around from the specialized implementation to the generic one.
It may impact the performances for some use cases. I'm prepared to look into it.
But first, I would love to hear your thought on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions