pub type StylesList = SpacedSet<StyleKey>;
pub struct StylesList(pub BTreeSet<StyleKey>);
0: BTreeSet<StyleKey>