DVUI

count

See HashMap.count

Parameters

#
self:Self
Self

Source

Implementation

#
pub fn count(self: Self) HashMap.Size {
            return self.map.size;
        }