u64_fast

EMu64_fast
Bun

Symbol

FFIType.u64_fast

u64_fast

Attempt to coerce BigInt into a Number if it fits. This improves performance but means you might get a BigInt or you might get a number.

In C, this always becomes uint64_t

In JavaScript, this could be number or it could be BigInt, depending on what value is passed in.