Skip to content

From/Into implementations between vectors and tuples/arrays #396

Closed

Description

@Centril mentioned it here: rust-lang/rfcs#2366 (comment)

For arrays it should be trivial to implement these using the {load,store}_unaligned API. For tuples, it depends on how the tuple layout is specified, if at all.

Generating these from the macros should be pretty straight forward to do for array. For tuples it might be less straight forward but doable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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