Skip to main content

negative

Function negative 

Source
pub const fn negative<T: Number>() -> Negative<T>
Expand description

A generator for any non-positive Number type (includes 0).

This is equivalent to T::MIN..=0.