Skip to content

Make resize() accept output from size() #1882

@mightypenguin

Description

@mightypenguin

Something like this would be nice.
let mymatrix = matrix();
.... add things to mymatrix....
let s = size(mymatrix);
let n = matrix().resize(s);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions