MCPcopy Create free account
hub / github.com/Effect-TS/effect / empty

Function empty

packages/effect/src/MutableHashSet.ts:154–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 * @since 2.0.0
153 */
154export const empty = <K = never>(): MutableHashSet<K> => fromHashMap(MutableHashMap.empty())
155
156/**
157 * Creates a MutableHashSet from an iterable collection of values.

Callers

nothing calls this directly

Calls 1

fromHashMapFunction · 0.85

Tested by

no test coverage detected