trendlist.simple.is_mono_inc

trendlist.simple.is_mono_inc(s: list[int]) bool

List is monotonically increasing.

Args:

s: the sequence to evaluate

Returns:

True iff the sequence is monotonically increasing.