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