Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ empty
Function
empty
packages/effect/src/internal/hashSet.ts:76–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
/** @internal */
76
export
const
empty = <A = never>(): HS.HashSet<A> => _empty
77
78
/** @internal */
79
export
const
fromIterable = <A>(elements: Iterable<A>): HS.HashSet<A> => {
Callers
3
fromIterable
Function · 0.70
make
Function · 0.70
hashSet.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected