### Proposal Details Proposed add below functions: ```go func IsSorted[E cmp.Ordered](s Seq[E]) func IsSortedFunc[E any](s Seq[E], f func(E, E) int) ```