isLinearRamp

bool
isLinearRamp
(
R
)
(
R r
,
size_t step = 1
)
if (
isInputRange!R &&
isIntegral!(ElementType!R)
)

Return Value

Type: bool

true iff r contains strictly values that are strictly increase with the increment step.

See Also

Meta