effect-io-ai

Package: effect
Module: TSet

TSet.has

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