Subtractable
public protocol Subtractable[Other = Self]Raw protocol backing the - binary operator.
Associated Types
type Output
type OutputMethods
consuming func subtract(consuming Other) -> Output
consuming func subtract(consuming Other) -> OutputReturns self - other.
Defined in lang/std/core/arithmetic.ks