Skip to main content

NamedGridLinesMap

Type Alias NamedGridLinesMap 

Source
type NamedGridLinesMap<S> = HashMap<StrHasher<S>, SmallVec<[u32; 4]>, RandomState>;
Expand description

Map from a grid line name to its one-indexed line positions

Aliased Typeยง

struct NamedGridLinesMap<S> { /* private fields */ }