pub struct AffineUpdateComposite<const MOD: u32>;
Expand description
- 区間を $
ax + b
$ で更新
- 区間を関数として合成
Formats the value using the given formatter.
Read more
要素のデータ型
作用素のデータ型
要素Xの単位元を返す
作用素Fの単位元を返す
要素同士の演算
作用素同士の演算
要素に対する作用
作用素の集約
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.