Closed
Description
Although these traits share a lot of common functionality they are totally separated such that additional functionality that could be shared between them has to be implemented twice.
An example is the “eager”-slicing as discussed on reddit. It would be convenient both for &str
and &[T]
(given it makes sense to slice strings anyway).
Metadata
Metadata
Assignees
Labels
No labels