func(a,b,c) can be written as a.func(b,c)
is there a good reason for not allwing (a,b).func(c) or even (a,b,c).func()? for me it feels natural
func(a,b,c) can be written as a.func(b,c)
is there a good reason for not allwing (a,b).func(c) or even (a,b,c).func()? for me it feels natural