Package: effect
Module: HashRing
Removes the node from the ring. No-op’s if the node does not exist.
Signature
declare const remove: { <A extends PrimaryKey.PrimaryKey>(node: A): (self: HashRing<A>) => HashRing<A>; <A extends PrimaryKey.PrimaryKey>(self: HashRing<A>, node: A): HashRing<A>; }
Since v3.19.0