Expand description
Property collection and merging for intersection types.
This module provides utilities for collecting properties from intersection types while handling Lazy/Ref resolution and avoiding infinite recursion.
Enums§
- Property
Collection Result - Result of collecting properties from an intersection type.
Functions§
- collect_
properties - Collect properties from an intersection type, recursively merging all members.