operator - method

ByteSize operator - (
  1. ByteSize bs
)

Returns the difference of two ByteSize objects.

Implementation

ByteSize operator -(ByteSize bs) => subtract(bs);