Package: effect Module: TSet
effect
TSet
Tests if the set is empty or not
Signature
declare const isEmpty: <A>(self: TSet<A>) => STM.STM<boolean>
Source
Since v2.0.0