reflect.Type.CanSeq (method)

2 uses

	reflect (current package)
		type.go#L246: 	CanSeq() bool

	text/template
		exec.go#L454: 		if val.Type().CanSeq() {