This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/smallvec/sidebar-items.js

1 line
599 B
JavaScript

initSidebarItems({"enum":[["CollectionAllocErr","Error type for APIs with fallible heap allocation"]],"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"],["ToSmallVec","Convenience trait for constructing a `SmallVec`"]]});