Function boostvoronoi::cast[][src]

pub fn cast<T, U>(n: T) -> U where
    T: NumCast,
    U: NumCast
Expand description

Convert from one numeric type to another.

Panics

panics if the conversion fails