package reflect
import "github.com/gohugoio/hugo/tpl/reflect"
Index ¶
Types ¶
type Namespace ¶
type Namespace struct{}
Namespace provides template functions for the "reflect" namespace.
func New ¶
func New() *Namespace
New returns a new instance of the reflect-namespaced template functions.
func (*Namespace) IsMap ¶
IsMap reports whether v is a map.
func (*Namespace) IsSlice ¶
IsSlice reports whether v is a slice.
Source Files ¶
- Version
- v0.55.3
- Published
- Apr 20, 2019
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 7 hours ago –
Tools for package owners.