I don't understand your feedback. How, exactly, should generics handle the
`any` type? Documentation can always be improved but how would a generic
function that accepts two `any` types perform addition of those "any"
values?

On Thu, Feb 22, 2024 at 12:01 AM 'Carla Pfaff' via golang-nuts <
golang-nuts@googlegroups.com> wrote:

> The Go documentation, available at https://go.dev/doc/, features only one
> tutorial dedicated to generics, found at
> https://go.dev/doc/tutorial/generics. This tutorial lacks any examples
> employing the 'any' constraint, nor does it mention it. Instead, it begins
> with the use of an 'int64 | float64' constraint. These A|B constraints
> represent a more specialized application of generics, aimed at scenarios
> where there is a need to utilize an operator such as "+". However, the most
> universal, adaptable, and reusable form of a generic type or function — one
> that utilizes 'any' — is notably absent.
>
> --
> 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/0447f6d6-6fe9-410f-9d5a-08bb20bba67en%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/0447f6d6-6fe9-410f-9d5a-08bb20bba67en%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

-- 
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/CABx2%3DD9TYR0A5cHfe4FSNnoR5xwY8yhfrJ3P2kLnsCo2bpus6g%40mail.gmail.com.

Reply via email to