Trait implementation lrs::num::Wsize::Add

Note: This page contains multiple implementations.

Objects that implement the binary + operator.

Syntax

impl Add<Wsize> for Wsize {
    type Output = Wsize;
}

Syntax

impl Add<usize> for Wsize {
    type Output = Wsize;
}