This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
release-0.146.3
hugo
/
docs
/
content
/
en
/
functions
/
reflect
/
IsMap.md
366 B
Raw
Permalink
Blame
History
title
description
categories
keywords
params
aliases
reflect.IsMap
Reports whether the given value is a map.
functions_and_methods
aliases
returnType
signatures
bool
reflect.IsMap INPUT
/functions/reflect.ismap
{{
reflect
.IsMap
(
dict
"key"
"value"
)
}}
→ true
{{
reflect
.IsMap
"yo"
}}
→ false