Trait Addpub
Source:trait(pub) Add rhs result
.+ ( Self rhs → result )
.zero ( → result )
Description
Binary addition. Produces a result type that may differ from Self and rhs (e.g. Int + Float → Float). .zero returns the additive identity for the result type.