Skip to content
Snippets Groups Projects
Commit 3c2b6d12 authored by Brian Tiger Chow's avatar Brian Tiger Chow
Browse files

add iter package

parent ecddbd3a
No related branches found
No related tags found
1 merge request!1New
package iter
func N(n int) []struct{} {
return make([]struct{}, n)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment