package quickjs

  1. Overview
  2. Docs

Module Quickjs_c.CutilsSource

Low-level bindings to QuickJS's cutils - Integer to String Conversion

Fast integer-to-string functions (itoa family). These are raw C bindings; for a higher-level API, use Quickjs.Number.

Convert signed 64-bit integer to string in given radix (2-36)