Subtractable

public protocol Subtractable[Other = Self]

Raw protocol backing the - binary operator.

Associated Types

type Output

Methods

consuming func subtract(consuming Other) -> Output

Returns self - other.

Defined in lang/std/core/arithmetic.ks