Go\'s builtin len() function returns a signed int. Why wasn\'t a uint used instead?
int
uint
Is it ever possible for len() to return someth
len()