Module custom_properties_map

Source
Expand description

The structure that contains the custom properties of a given element.

Structsยง

CustomPropertiesMap
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.