Hi.

I guess "quick" methods are compiled as special primitives. For example accessors are primitives too:

(Point >> #x) isPrimitive

��There is another method #isRealPrimitive which checks for explicit primitive call.

2018-01-06 13:24 GMT+01:00 Norbert Hartl <norbert@hartl.name>:
Can anyone explain why

(Morph>>#asDraggableMorph) isPrimitive.

returns true?

Norbert