isLinearRamp

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

Return Value

Type: bool

true if r contains strictly values that are strictly increase with the increment step. See also: http://forum.dlang.org/post/mqjyhvqxepgfljpkxvmd@forum.dlang.org

Meta