Function |abs

std/ops/num::|abs


Usage

|abs<N>(value)

Generics

โ—ป N: Signed

Parameters

โ†ณ value: N

Return

โ†ด Option<N>


Return absolute value.

If the absolute value cannot fit into the type itself (such as i8 -128 that cannot be turned into 128), none value is returned.