type NamedGridLinesMap<S> = HashMap<StrHasher<S>, SmallVec<[u32; 4]>, RandomState>;
Map from a grid line name to its one-indexed line positions
struct NamedGridLinesMap<S> { /* private fields */ }