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.
Probably. At least (*foo)[..42] is pretty ugly
(*foo)[..42]
Either we implement Slice for &[T] (currently only implemented for [T]) or we do the same autoref/deref for slices as we do for method call.
Slice
&[T]
[T]