Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.md « reflect « reflect « tpl « functions « reference « documentation « en « content « exampleSite - github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 798a3a12730bfee74a0312016767491b6e5e0b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60





---
title: "reflect"
linkTitle: "reflect"
description: "Reflect is Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. "
hugoSymbol: TODO




---















## reflect.IsMap {#reflect_namespace_ismap}

\([any](/documentation/reference/gotypes/#any)\) → [bool](/documentation/reference/gotypes/#bool)
{.funcsig}
IsMap reports whether v is a map.


{{< docs/func-aliases "reflect.IsMap" >}}
{{< docs/func-examples "reflect.IsMap" >}}







## reflect.IsSlice {#reflect_namespace_isslice}

\([any](/documentation/reference/gotypes/#any)\) → [bool](/documentation/reference/gotypes/#bool)
{.funcsig}
IsSlice reports whether v is a slice.


{{< docs/func-aliases "reflect.IsSlice" >}}
{{< docs/func-examples "reflect.IsSlice" >}}