Package: effect Module: TSet
effect
TSet
Tests whether or not set contains an element.
Signature
declare const has: { <A>(value: A): (self: TSet<A>) => STM.STM<boolean>; <A>(self: TSet<A>, value: A): STM.STM<boolean>; }
Source
Since v2.0.0