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