[][src]Crate col_proc_macros

This library aims to provide fast macros to construct commonly used collections.

See col_proc_macros_impl for the implementation details.

Macros

vector

Creates a vector of type Vector<T> from the elements.

Type Definitions

Vector

Rename of the Vec standard type,used for construct a value of that type with vector.