1//! Emission logic for collections. 2 3pub mod array; 4pub mod borrow_array; 5pub mod list; 6pub mod stack_array; 7pub mod static_array;