range abstract method
They can also be accessed using the range operator i:j
. Note that
parameter j, the upper bound in the range operator, is not inclusive.
Implementation
RulesString range(int i, int j);
They can also be accessed using the range operator i:j
. Note that
parameter j, the upper bound in the range operator, is not inclusive.
RulesString range(int i, int j);