Also, extension methods could be type specific, so...
# announcements
z
Also, extension methods could be type specific, so I could have
Bytes.toMegaString()
that wouldn't make sense on any int that doesn't represent bytes.