Module collections
sp_std
14.0.0
Module collections
Module Items
Modules
In crate sp_
std
Modules
alloc
any
borrow
boxed
cell
clone
cmp
collections
convert
default
fmt
hash
iter
marker
mem
num
ops
prelude
ptr
rc
result
slice
str
sync
thread
time
vec
Macros
if_std
map
vec
Structs
Writer
sp_std
Module
collections
Copy item path
Settings
Help
Summary
Source
Modules
§
btree_
map
An ordered map based on a B-Tree.
btree_
set
An ordered set based on a B-Tree.
vec_
deque
A double-ended queue (deque) implemented with a growable ring buffer.