Skip to content

Set operations #88

@konsumlamm

Description

@konsumlamm

A common use case of bit vectors is to use them as sets (with a 1 at index i indicating that i is in the set and a 0 indicating that it isn't). There could be some operations for this use case, e.g. union, intersection, difference, isSubset, etc. Would these be good additions to bitvec? If so, should they operate on Vector Bit or a newtype (like F2Poly)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions