Kaba function Any.has ed
Checks, if a map contains an entry.
Syntax ed
func pure Any.has(key: string) -> bool
Parameters ed
- key: string
- The key of the entry to check.
Return ed
true if found.
Checks, if a map contains an entry.
func pure Any.has(key: string) -> bool
true if found.