As a reference take a loo at the `CollectionShould<T>` proposed api ```kotlin arrayOf(1,2,3,4,5).should .sumTo(13) .beSorted() ```
As a reference take a loo at the
CollectionShould<T>proposed api