style::properties

Type Alias SubpropertiesVec

Source
pub type SubpropertiesVec<T> = ArrayVec<T, { property_counts::MAX_SHORTHAND_EXPANDED }>;
Expand description

An ArrayVec of subproperties, contains space for the longest shorthand except all.

Aliased Typeยง

struct SubpropertiesVec<T> { /* private fields */ }