Uses of ::= in core.
[cslatevm.git] / src / core / mixin.slate
blob2dc16cdfe366caf009994e7125e6a5c7e23f178a
1 lobby ensureNamespace: #Mixins &delegate: True.
2 Mixins define: #Mixin &parents: {Cloneable}.
4 Mixins define: #CollectionTypeMixin &parents: {Mixin}.
5 CollectionTypeMixin addSlot: #kind valued: Root.
6 "The kind of object are we specializing for."