n.go 96 B

1234567
  1. package iter
  2. import "github.com/bradfitz/iter"
  3. func N(n int) []struct{} {
  4. return iter.N(n)
  5. }