operator + method

MemUnit operator +(
  1. MemUnit other
)

Implementation

MemUnit operator +(MemUnit other) => MemUnit(bytes + other.bytes);