Crate empty

Source
Expand description

Empty collection and iterator.

Structs§

Iter
An iterator that never yields anything.
List
A collection that is empty at creation and cannot be modified.

Functions§

slice
Generate a empty slice from nothing.
slice_mut
Generate a empty slice from nothing.