Skip to content
Snippets Groups Projects
Commit 4cf078ea authored by Romain Vimont's avatar Romain Vimont Committed by Romain Vimont
Browse files

Remove row() method from Plane(Mut)Slice

The feature is already provided by the Index and IndexMut traits (i.e.
operator[]).

Concretely, we always use:

    plane_slice[index]

instead of:

    plane_slice.row(index)
parent 85c8e57e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment