Module starlark::values::int

source ·
Expand description

The integer type.

For small values, we try not to allocate on the Heap, but instead use special values. If the value doesn’t fit in the special representation, we use BigInt.

Constants§

  • The result of calling type() on integers.