Struct vesema::SortedVec [] [src]

pub struct SortedVec<T> { /* fields omitted */ }

Methods

impl<T: Ord> SortedVec<T>
[src]

Trait Implementations

impl<T: Default> Default for SortedVec<T>
[src]

Returns the "default value" for a type. Read more

impl<T: Ord> Index<usize> for SortedVec<T>
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl<T: Ord> IndexMut<usize> for SortedVec<T>
[src]

The method for the mutable indexing (container[index]) operation