Module collections

Module collections 

Source
Expand description

List type and operations.

Modulesยง

array
Fixed-length array type and operations extension.
borrow_array
A version of the standard fixed-length array extension that includes unsafe operations for borrowing and returning that may panic.
list
List type and operations.
static_array
An extension for working with static arrays.
value_array
A version of the standard fixed-length array extension where arrays of copyable types are copyable themselves.