mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
524 B
524 B
title | description | godocref | date | publishdate | lastmod | categories | menu | keywords | signature | workson | hugoversion | relatedfuncs | deprecated | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
reflect.IsSlice | Reports if a value is a slice. | 2018-11-28 | 2018-11-28 | 2018-11-28 |
|
|
|
|
0.53 |
|
false |
reflect.IsSlice
reports if VALUE
is a slice. Returns a boolean.
{{ reflect.IsSlice (slice 1 2 3) }} → true
{{ reflect.IsSlice "yo" }} → false