mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
451 B
451 B
title, description, categories, keywords, menu, function, namespace, relatedFunctions, aliases
| title | description | categories | keywords | menu | function | namespace | relatedFunctions | aliases | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| reflect.IsMap | Reports whether the value is a map. |
|
|
|
reflect |
|
|
{{ reflect.IsMap (dict "key" "value") }} → true
{{ reflect.IsMap "yo" }} → false