mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
412 B
412 B
title, description, categories, menu, keywords, signature, relatedfuncs
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