We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Axis
We could have strongly typed Axis arguments (instead of current usize).
It even allows mixing dynamically bounds checked axis numbers and statically checked ones:
.subview(Axis(0), 1) vs. .subview(Axis0, 1) would both be possible at the same time.
.subview(Axis(0), 1)
.subview(Axis0, 1)