Skip to content

Support converting regions into spans - at least explicitly #483

@eyalroz

Description

@eyalroz

Sometimes you want to take an untyped region of memory and treat it as a span (e.g. when you don't care about the values being uninitialized, and when you know the alignment and size are ok). We don't provide proper support for this right now... let's have it via an operator span<U> for memory regions.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions