Skip to main content

Su128

Type Alias Su128 

Source
pub type Su128 = Su<u128>;
Expand description

A concrete saturating scalar over the matching primitive integer.

Aliased Type§

pub struct Su128(/* private fields */);

Trait Implementations§

Source§

impl<'a> Product<&'a Su<u128>> for Su128

Source§

fn product<I: Iterator<Item = &'a Self>>(iter: I) -> Self

Takes an iterator and generates Self from the elements by multiplying the items.
Source§

impl Product for Su128

Source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Takes an iterator and generates Self from the elements by multiplying the items.