last<A> function

BaseSemigroup<A> last<A>()

Creates a semigroup that always selects the second of two elements.

Implementation

BaseSemigroup<A> last<A>() => _LastSemigroup<A>();