Skip to content

Add .to_vec() method on one-dimensional arrays #258

Closed
@bluss

Description

@bluss

This is a common case that we can make easier to work with.

impl ArrayBase<S, Ix1> {
    fn to_vec(&self) -> Vec<A>;
}

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