Bytes Instantiator.
immutable a = bytes(1); immutable b = bytes(1); immutable c = a + b; assert(c == 2); assert(1.bytes == 1);
See Implementation
Bytes Instantiator.