mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
9e4f9e0bb6
Fixes #5564
524 B
524 B
title, description, godocref, date, publishdate, lastmod, categories, menu, keywords, signature, workson, hugoversion, relatedfuncs, deprecated
| 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