HUGO
News Docs Themes Community GitHub

reflect.IsSlice

Reports whether the given value is a slice.

Syntax

reflect.IsSlice INPUT

Returns

bool
{{ reflect.IsSlice (slice 1 2 3) }} → true
{{ reflect.IsSlice "yo" }} → false

Last updated: January 1, 0001
Improve this page