public mul()

in example/lib/main.ts [40:42]


  public mul(ops: Operands) {
    return ops.lhs * ops.rhs
  }