Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumGoiota and typed enumsSingle-choice MCQ

What does this iota-based declaration assign to KB?

const ( _ = iota KB = 1 << (10 * iota) MB GB )