cat_gateway::service::utilities

Module convert

source
Expand description

Simple general purpose utility functions.

Functionsยง

  • from_saturating ๐Ÿ”’
    Convert an <T> to <R>. (saturate if out of range.) Note can convert any int to float, or f32 to f64 as well. can not convert from float to int, or f64 to f32.