Type Alias AssemblyList
pub type AssemblyList = Arc<Vec<AssemblyRc>>;Expand description
A vector that holds a list of crate::metadata::tables::assembly::Assembly references
Thread-safe append-only vector for storing assembly collections. Uses atomic operations for lock-free concurrent access and is optimized for scenarios with frequent reads.
Aliased Typeยง
pub struct AssemblyList { /* private fields */ }