last<A> function
Creates a semigroup that always selects the second of two elements.
Implementation
BaseSemigroup<A> last<A>() => _LastSemigroup<A>();
Creates a semigroup that always selects the second of two elements.
BaseSemigroup<A> last<A>() => _LastSemigroup<A>();