Skip to content
Prev 52565 / 63424 Next

S3 dispatch for primitive generics

I seem to recall reading that for primitive generics, S3 will dispatch
on class first, then on mode.  Unfortunately, I can't find the place
that I read this, and I don't trust my memory.

1) Is this correct?  Or is it dispatch on class, then on typeof? Or
something else?

2) Where is this documented?