Category talk:Wren-trait: Difference between revisions

Content added Content deleted
(→‎Source code: Bug fix.)
(→‎Source code: Added a further property.)
Line 139: Line 139:
// Returns the number of objects currently in the internal map.
// Returns the number of objects currently in the internal map.
static mapCount { __tally ? __map.count : 0 }
static mapCount { __tally ? __map.count : 0 }

// Returns the total number of keys created to date.
static keyCount { __tally ? __tally : 0 }


// Constructs a new ByKey object.
// Constructs a new ByKey object.