Type Definition glsl::syntax::NonEmpty [] [src]

type NonEmpty<T> = Vec<T>;

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