The iota function is used by several programming languages or their libraries to initialize a sequence with uniformly increasing values.
As title, what's the full name for iota (not the usage) in golang: const ( // iota is reset to 0 c0 = iota // …
go terminology iota