(u: unknown)
| 302 | * like NaN, Infinity, and -Infinity with distinct hash values. It uses bitwise operations to ensure good distribution |
| 303 | * of hash values across different numeric inputs. |
| 304 | * |
| 305 | * **Example** (Hashing numbers) |
| 306 | * |
| 307 | * ```ts import.meta.vitest |
no outgoing calls
no test coverage detected
searching dependent graphs…