MapList::len

fn len(
    self: MapList
) -> Integer

Returns the number of maps within the list.

Examples

println(maps().len());
61