Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
IterLabels.Infix
Sourcea -- b
is the range of integers from a
to b
, both included, in increasing order. It will therefore be empty if a > b
.
a --^ b
is the range of integers from b
to a
, both included, in decreasing order (starts from a
). It will therefore be empty if a < b
.