HUGO
News Docs Themes Community GitHub

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: January 1, 0001
Improve this page