ssw/doc/dlv_list/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
541 B
JavaScript

window.SIDEBAR_ITEMS = {"struct":[["Drain","An iterator that yields and removes all entries from the list."],["Index","A wrapper type that indicates an index into the list."],["Indices","An iterator that yields all indices in the list."],["IntoIter","An iterator that moves all entries out of the entry list."],["Iter","An iterator that yields immutable references to entries in the list."],["IterMut","An iterator that yields mutable references to entries in the list."],["VecList","A semi-doubly linked list implemented with a vector."]]};