Category talk:Wren-trait: Difference between revisions

→‎Source code: Removed type aliases which are no longer needed.
m (→‎Source code: Changed a program comment.)
(→‎Source code: Removed type aliases which are no longer needed.)
Line 225:
// Returns the string representation of the current instance.
toString { _obj.toString }
}</lang>
}
 
// Type aliases for classes in case of any name clashes with other modules.
var Trait_Cloneable = Cloneable
var Trait_CloneableSeq = CloneableSeq
var Trait_Comparable = Comparable
var Trait_Stepped = Stepped
var Trait_Reversed = Reversed
var Trait_SeqEntry = SeqEntry
var Trait_Indexed = Indexed
var Trait_ByRef = ByRef
var Trait_ByKey = ByKey</lang>
9,482

edits