If needed,
when iterating forward through the chars it will
advance as long as the next value is smaller than val (as an unsigned
short)
when iterating in reverse through the chars it will
advance as long as the next value is larger than val (as an unsigned
short)
If needed,
when iterating forward through the chars it will
advance as long as the next value is smaller than val (as an unsigned
short)
when iterating in reverse through the chars it will
advance as long as the next value is larger than val (as an unsigned
short)