Module kmedoids::safeadd[][src]

Add without overflow, for both integer and float types.

This is pre-generated for standard numerical types such as i64 and f64.

You only need to touch this if you want to extend this to additional numerical types.

Traits

SafeAdd

Add without overflow, for both integer and float types.