effect-io-ai

Package: effect
Module: HashRing

HashRing.remove

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>; }

Source

Since v3.19.0