- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for disjoint (0.04 sec)
-
doc/go_spec.html
non-interface terms must be pairwise disjoint (the pairwise intersection of the type sets must be empty). Given a type parameter <code>P</code>: </p> <pre> interface { P // illegal: P is a type parameter int | ~P // illegal: P is a type parameter ~int | MyInt // illegal: the type sets for ~int and MyInt are not disjoint (~int includes MyInt)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 06 19:12:15 UTC 2025 - 286.2K bytes - Viewed (1)