Trait Indexedpub
Source:trait(pub) Indexed
.at ( AnyInt (Self elem) → (Option elem) )
.size ( (Self elem) → AnyInt )
Description
Trait for collections with positional access by integer index.
:trait(pub) Indexed
.at ( AnyInt (Self elem) → (Option elem) )
.size ( (Self elem) → AnyInt )
Trait for collections with positional access by integer index.