Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
The return type from SequencedCollection#reversed is not compatible with the List returned from the Iterable extension method ManIterableExt#reversed. Change the return type from List to Iterable, but maintain the returned value as List.
The return type from SequencedCollection#reversed is not compatible with the List returned from the Iterable extension method ManIterableExt#reversed. Change the return type from List to Iterable, but maintain the returned value as List.