As title, what's the full name for iota
(not the usage) in golang:
const ( // iota is reset to 0 c0 = iota // c0 == 0 c1 = iota // c1 == 1 c2 = iota // c2 == 2 )
Iota in Go is used to represent constant increasing sequences. When repeated in a constant, its value gets incremented after each specification.
IOTA is a decentralized distributed ledger built specifically for the “Internet of Everything” – a unique type of network used for exchanging value and data between humans and computers.
That's the full name by itself. "iota" is the letter of the Greek alphabet. It is typical for the math notations:
You can find it in other programming languages as well (see iota in Scheme).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With