Type Alias CilTypeList

pub type CilTypeList = Arc<Vec<CilTypeRc>>;
Expand description

A vector that holds a list of CilType references.

This is a thread-safe, efficient collection optimized for append-only operations during metadata loading and concurrent read access during analysis.

Aliased Typeยง

pub struct CilTypeList { /* private fields */ }