HashMapKey: Difference between revisions
Jump to navigation
Jump to search
(Created page with "HashMapKey is a virtual compound type containing all the possible types that can be used as keys in a HashMap. The types are: * Scalar * Bool * String * Cod...") |
Lou Montana (talk | contribs) m (Fix category) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
The types are: | The types are: | ||
* [[ | * [[Number]] | ||
* [[ | * [[Boolean]] | ||
* [[String]] | * [[String]] | ||
* [[Code]] | * [[Code]] | ||
Line 11: | Line 11: | ||
* [[NaN]] | * [[NaN]] | ||
* [[Array]] | * [[Array]] | ||
[[Category: Magic Types]] |