- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for implementar (0.03 sec)
-
doc/go_spec.html
interface{ ~int | ~string } // type parameter only: implements comparable (int, string types are strictly comparable) interface{ comparable } // type parameter only: implements comparable (comparable implements itself) interface{ ~int | ~[]byte } // type parameter only: does not implement comparable (slices are not comparable) interface{ ~struct{ any } } // type parameter only: does not implement comparable (field any is not strictly comparable) </pre>Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (1)