Packages

package ops

Linear Supertypes
AnyRef, Any

Package Members

  1. package macroImpl

Type Members

  1. type AddOp[T] = BinOp[Add, T, T, T]
  2. type DivOp[T] = BinOp[Divide, T, T, T]
  3. type MulOp[T] = BinOp[Multiply, T, T, T]
  4. type SubOp[T] = BinOp[Subtract, T, T, T]

Inherited from AnyRef

Inherited from Any

Ungrouped