mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'
This commit is contained in:
@@ -3,12 +3,11 @@ title: reflect.IsMap
|
||||
description: Reports whether the given value is a map.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: []
|
||||
related:
|
||||
- functions/reflect/IsSlice
|
||||
returnType: bool
|
||||
signatures: [reflect.IsMap INPUT]
|
||||
params:
|
||||
functions_and_methods:
|
||||
aliases: []
|
||||
returnType: bool
|
||||
signatures: [reflect.IsMap INPUT]
|
||||
aliases: [/functions/reflect.ismap]
|
||||
---
|
||||
|
||||
|
@@ -3,12 +3,11 @@ title: reflect.IsSlice
|
||||
description: Reports whether the given value is a slice.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: []
|
||||
related:
|
||||
- functions/reflect/IsMap
|
||||
returnType: bool
|
||||
signatures: [reflect.IsSlice INPUT]
|
||||
params:
|
||||
functions_and_methods:
|
||||
aliases: []
|
||||
returnType: bool
|
||||
signatures: [reflect.IsSlice INPUT]
|
||||
aliases: [/functions/reflect.isslice]
|
||||
---
|
||||
|
||||
|
@@ -1,12 +1,7 @@
|
||||
---
|
||||
title: Reflect functions
|
||||
linkTitle: reflect
|
||||
description: Template functions to determine a value's data type.
|
||||
description: Use these functions to determine a value's data type.
|
||||
categories: []
|
||||
keywords: []
|
||||
menu:
|
||||
docs:
|
||||
parent: functions
|
||||
---
|
||||
|
||||
Use these functions to determine a value's data type.
|
||||
|
Reference in New Issue
Block a user