ExtensionMethods
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: A way to extend RootClass (or any other class) with functionality without ''disturbing others''. Way better than DefaultMethods. Used in Kotlin. And also in Enso.)
Next diff →
Revision as of 06:04, 10 September 2025
A way to extend RootClass (or any other class) with functionality without disturbing others. Way better than DefaultMethods. Used in Kotlin. And also in Enso.