dispose method

void dispose()

Implementation

void dispose() {
  _usingOp((arena, opStatus) {
    // TODO check if native code actualy free pointer
    bindings.freeMathLib(_pointer, opStatus);
    opStatus.ref.throwIfNotSuccessful();
  });
}