Expand description
The traits abstracting over a sequence.
Traitsยง
- Cloneable
Sequence - A type behaving like an cloneable sequence over the type
Item
. Currently this only means the sequence isToOwned
. - Editable
Sequence - A type behaving like a sequence over the type
Item
that can be edited. - Owned
Sequence - A type behaving like an owned sequence over the type
Item
. Currently this only means the sequence isSized
. - Sequence
- A type behaving like a sequence over the type
Item
. - Sequence
Mut - A type behaving like a mutable sequence over the type
Item
.