[−][src]Macro vec1::vec1
A macro similar to vec! to create a Vec1.
If it is called with less then 1 element a
compiler error is triggered (using compile_error
to make sure you know what went wrong).
A macro similar to vec! to create a Vec1.
If it is called with less then 1 element a
compiler error is triggered (using compile_error
to make sure you know what went wrong).