README
Collections
len([some col])
Go passes a copy of collections by default
sort
package has sorting e.g sort.Strings([collection])
Iteration
usage
len(colors)
Last updated
len([some col])
Go passes a copy of collections by default
sort
package has sorting e.g sort.Strings([collection])
len(colors)
Last updated