Skip to content

More methods? #6

@bovee

Description

@bovee

There are a number of methods in the standard library bit vector that it might be nice to support here too such as:

  • set_all, clear, negate: set all bits
  • all, none, any: check all bits

It would be nice to also have some basic information to determine how "full" a bit array is, especially for Bloom filters, etc:

Open question if all of these functions should take no arguments or if they should take something that implements RangeArgument to allow finer granularity.

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