- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Map_types (0.05 sec)
-
doc/go1.17_spec.html
type Bad interface { Bad } // illegal: Bad1 cannot embed itself using Bad2 type Bad1 interface { Bad2 } type Bad2 interface { Bad1 } </pre> <h3 id="Map_types">Map types</h3> <p> A map is an unordered group of elements of one type, called the element type, indexed by a set of unique <i>keys</i> of another type, called the key type.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)