Skip to content

Bitwise operations on bitSlice #444

Open
@AntonC9018

Description

@AntonC9018

I expected the following to be allowed:

auto a = bitSlice(x);
auto b = bitSlice(x);
a[] |= b[];

Iterating through individual bits and computing the bitwise operation one-by-one kinda ruins the whole idea of storing the bools as bits that these operations would be allowed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions