is_key_ordered

Checks if the keys in the range is ordred @return true if all keys in the range is ordered

@nogc
bool
is_key_ordered
(
R
)
()
if (
isInputRange!R
)