[][src]Crate no_vec

Traits

Concrete

Helps to covert Vec<T> to [T].

Melt

Helps to covert [T] into Vec<T>.

Stick

This trait helps to join array with a new element.

Unstick

This trait helps to remove an item element from sized array.