rusty_snek_gaem/target/doc/smallvec/sidebar-items.js
2018-10-28 21:14:05 -05:00

1 line
620 B
JavaScript

initSidebarItems({"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`."]]});