enum SizeUnit with Eq, ToString
case Bytes
case KiloBytes
case MegaBytes
case GigaBytes
case TeraBytes
Represents a size unit.
instance Eq[SizeUnit]
instance ToString[SizeUnit]
def toBytes(u: SizeUnit): Int64
Returns the number of bytes for the given size unit u.
u