Crate null_vec [] [src]

Structs

NullVec

A vector of a nullable type. Conceptually the vector is an infinite list of values, some of which are non-null. This allows constant-time removal of elements by index.

Traits

Nullable

A type with a null value.