Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ optimize
Function
optimize
packages/effect/src/Hash.ts:96–96 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
94
* @category hashing
95
*/
96
export
const
optimize = (n: number): number => (n & 0xbfffffff) | ((n >>> 1) & 0x40000000)
97
98
/**
99
* @since 2.0.0
Callers
4
number
Function · 0.70
string
Function · 0.70
structureKeys
Function · 0.70
array
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected