operator - method

Big operator -(
  1. dynamic other
)

See Big.sub

Implementation

Big operator -(dynamic other) => sub(other);