Vec.
This trait enables retrieving elements and checking the vector’s length without
modifying the underlying storage.
Signature
Trait functions
get
Returns a storage path to the element at the specified index, orNone if out of bounds.
Vec.
This trait enables retrieving elements and checking the vector’s length without
modifying the underlying storage.
None if out of bounds.