mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
412 B
412 B
title | description | categories | menu | keywords | signature | relatedfuncs | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
reflect.IsMap | Reports if a value is a map. |
|
|
|
|
|
reflect.IsMap
reports if VALUE
is a map. Returns a boolean.
{{ reflect.IsMap (dict "key" "value") }} → true
{{ reflect.IsMap "yo" }} → false