> Why a **T value can't call methods of *T and T if a *T value can call methods 
> of T?

How many levels of auto dereferencing should there be?
Should *************T still have the same method set as *T?

It's reasonable to set a sensible limit because pointer chasing is an
expensive operation.
So for anything more indirect than *T you need to explicitly show the
dereferencing.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to