#root::ops::arithmetic
Sub root/ops/arithmetic.vi:7
trait Sub[A, B, O];
sub root/ops/arithmetic.vi:9
fn Sub::sub[A, B, O; Sub[A, B, O]](a: A, b: B) -> O;