kubo/thirdparty/iter/iter.go
2015-02-01 21:49:39 -08:00

6 lines
71 B
Go

package iter
func N(n int) []struct{} {
return make([]struct{}, n)
}