pub type List<T> = &'static [T];
Expand description

An alias for lists used in type expressions.