Struct yada::DoubleArray [−][src]
Expand description
A double array trie.
Tuple Fields
0: T
Implementations
Finds a value associated with a key
.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for DoubleArray<T> where
T: RefUnwindSafe,
impl<T> Send for DoubleArray<T> where
T: Send,
impl<T> Sync for DoubleArray<T> where
T: Sync,
impl<T> Unpin for DoubleArray<T> where
T: Unpin,
impl<T> UnwindSafe for DoubleArray<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more