8 lignes
96 o
Go
8 lignes
96 o
Go
|
package iter
|
||
|
|
||
|
import "github.com/bradfitz/iter"
|
||
|
|
||
|
func N(n int) []struct{} {
|
||
|
return iter.N(n)
|
||
|
}
|