pub fn num_memory_airs(
is_persistent: bool,
max_access_adapter_n: usize,
) -> usize
Expand description
This is O(1) and returns the length of
MemoryAirInventory::into_airs
.
pub fn num_memory_airs(
is_persistent: bool,
max_access_adapter_n: usize,
) -> usize
This is O(1) and returns the length of
MemoryAirInventory::into_airs
.