KeyValueList.length

Number of entries in the map

template KeyValueList(Pairs...)
enum length = Pairs.length / 2;

Meta