AllocationList::len

fn len(
    self: AllocationList
) -> Integer

Returns the number of allocations within the list.

Examples

println(allocations().len());
319339