MCPcopy 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 */
96export const optimize = (n: number): number => (n & 0xbfffffff) | ((n >>> 1) & 0x40000000)
97
98/**
99 * @since 2.0.0

Callers 4

numberFunction · 0.70
stringFunction · 0.70
structureKeysFunction · 0.70
arrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected