Std.Iter.Items
1 declaration
type
ItemsThis declaration introduces a public type.
What it does
A walk over an array's items.
The element type is the array's own. Fixing it to one type would make the
whole module useless for every array that is not of that type, which is the
mistake this type exists to avoid.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
