I could create a class for Bytes that was composed...
# announcements
z
I could create a class for Bytes that was composed of a single long, but then I would have to re-implement all of the features of long like
plus
(and all its overloads),
minus
,
multiply
, etc.