A rune is an int32, so it takes 4 bytes by definition.
A string in a struct with position, length and backing array of bytes. The 
backing array here consumes 3 bytes, but tge position and length occupies space 
too, so the string of that rune occupies more than 3 bytes after all.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to