func github.com/lann/builder.listToSlice

4 uses

	github.com/lann/builder (current package)
		builder.go#L89: func listToSlice(list ps.List, arrayType reflect.Type) reflect.Value {
		builder.go#L133: 		val = listToSlice(list, arrayType).Interface()
		builder.go#L161: 			val = listToSlice(list, arrayType).Interface()
		builder.go#L216: 				value = listToSlice(v, field.Type())