Have you read other thread which have been answered many times?

On Tue, 23 Jun 2020 at 12:46 AM, <redstorm....@gmail.com> wrote:

> I read the new generic draft. And I know F<T>,F[T],F《T》 is discarded. I
> think put the type paremeter in front of the function name may be better.
> No ambiguous and more readable code.
>
> func Print(type T)(s []T) {}
>
> Print(int)([]int{1, 2, 3})
>
> func <type T>Print(s []T) {}
>
> <int>Print([]int{1, 2, 3})
>
>
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/c55ab443-4333-4def-9d9c-6657463a4a75o%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/c55ab443-4333-4def-9d9c-6657463a4a75o%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAHo5hB6-myagSyixYPfghVYBE3DUpQMYSj88%2BjB74hbJvzQApQ%40mail.gmail.com.

Reply via email to