Category talk:Wren-trait: Difference between revisions

Content added Content deleted
(→‎Source code: Added new ByKey class.)
(Changed a property name.)
Line 138: Line 138:


// Returns the number of objects currently in the internal map.
// Returns the number of objects currently in the internal map.
static count { __tally ? __map.count : 0 }
static mapCount { __tally ? __map.count : 0 }


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