Type Alias FieldPtrMap

pub type FieldPtrMap = SkipMap<Token, FieldPtrRc>;
Expand description

Thread-safe map of field pointer entries indexed by FieldPtr token.

This skip list-based map provides efficient concurrent access to field pointer information, allowing multiple threads to resolve field indirection during metadata processing and type resolution operations.

Aliased Typeยง

pub struct FieldPtrMap { /* private fields */ }