elem package:mono-traversable
Type family for getting the type of the elements of a monomorphic
container.
Checks if the monomorphic container includes the supplied element.
Checks if the monomorphic container does not include the supplied
element.
replaceElem old new replaces all
old elements
with
new.
splitElem splits a sequence into components delimited
by separator element. It's equivalent to
splitWhen with
equality predicate:
splitElem sep === splitWhen (== sep)
Since 0.9.3