Type Definition glsl::syntax::NonEmpty

source ·
pub type NonEmpty<T> = Vec<T>;
Expand description

A non-empty Vec. It has at least one element.