Skip to main content

GenericParamList

Type Alias GenericParamList 

pub type GenericParamList = Arc<Vec<GenericParamRc>>;
Expand description

Thread-safe vector of generic parameter entries.

This collection provides ordered access to generic parameter entries, useful for sequential processing and bulk operations during generic type analysis and parameter enumeration.

Aliased Typeยง

pub struct GenericParamList { /* private fields */ }