This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"fn":[["unreachable","Hint to the optimizer that any code path which calls this function is statically unreachable and can be removed."]],"macro":[["smallvec","Creates a [`SmallVec`] containing the arguments."]],"struct":[["Drain","An iterator that removes the items from a `SmallVec` and yields them by value."],["IntoIter","An iterator that consumes a `SmallVec` and yields its items by value."],["SmallVec","A `Vec`-like container that can store a small number of elements inline."]],"trait":[["Array","Types that can be used as the backing store for a SmallVec"],["ExtendFromSlice","Trait to be implemented by a collection that can be extended from a slice"],["VecLike","Common operations implemented by both `Vec` and `SmallVec`."]]});