Expand description
ddw_utils
ddw_utils
is a collection of utilities to make performing certain
calculations more convenient.
ddw_utils(どきどきどわーふ_ユーティリティークレート)
ddw_utils
は、特定の計算をより便利に行うためのユーティリティの集まりです。
Re-exports
pub use crate::kinds::PrimaryColor;
pub use crate::kinds::SecondaryColor;
pub use crate::utils::mix;
Modules
Functions
- Adds one to the number given. 与えられた数値に1を加える。
- double the given number. 与えられた数値を2倍にする。