operator + method

ByteArray operator +(
  1. ByteArray other
)

Concatenation operator

Implementation

ByteArray operator +(ByteArray other) => concat(other);