Skip to content

Vector views for vector destructuring #1971

@andrew4328

Description

@andrew4328
match x {
   [x1... x2... xs] => ...;
}

Currently it would be naive to just "slice" this vector with head/tail. However, if we used a view it could be performant and the final result could be collapsed back into a normal vector only when needed.

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