Expand description
The structure that contains the custom properties of a given element.
Structsยง
- Custom
Properties Map - A map for a set of custom properties, which implements copy-on-write behavior on insertion with cheap copying.
- EMPTY ๐
- Inner ๐
- Iter
- An iterator over the custom properties.
Constantsยง
- ANCESTOR_
COUNT_ ๐LIMIT - A not-too-large, not too small ancestor limit, to prevent creating too-big chains.
Type Aliasesยง
- OwnMap ๐
- We use None in the value to represent a removed entry.