Module spec/numeric

spec/numeric

Types

Even type-function
fn(comptime(T) : Type) -> (comptime(fn_return_yo2950a40d_id_18) : Type)

Even integer.

Type Parameters

NameTypeNotes
TTypecomptime
Odd type-function
fn(comptime(T) : Type) -> (comptime(fn_return_yo2950a40d_id_37) : Type)

Odd integer.

Type Parameters

NameTypeNotes
TTypecomptime
Positive type-function
fn(comptime(T) : Type) -> (comptime(fn_return_yo2950a40d_id_56) : Type)

Strictly positive value (> 0).

Type Parameters

NameTypeNotes
TTypecomptime
Negative type-function
fn(comptime(T) : Type) -> (comptime(fn_return_yo2950a40d_id_75) : Type)

Strictly negative value (< 0).

Type Parameters

NameTypeNotes
TTypecomptime
NonNegative type-function
fn(comptime(T) : Type) -> (comptime(fn_return_yo2950a40d_id_94) : Type)

Non-negative value (>= 0).

Type Parameters

NameTypeNotes
TTypecomptime
NonPositive type-function
fn(comptime(T) : Type) -> (comptime(fn_return_yo2950a40d_id_113) : Type)

Non-positive value (<= 0).

Type Parameters

NameTypeNotes
TTypecomptime