reflect.IsMap
Reports whether the given value is a map.
Syntax
reflect.IsMap INPUT
Returns
bool
{{ reflect.IsMap (dict "key" "value") }} → true
{{ reflect.IsMap "yo" }} → false
Last updated:
March 5, 2025
:
content: Remove "related" array from function and method pages (2fcd21ee5)
Improve this page