Skip to main content

pylong_from_digits

Function pylong_from_digits 

Source
pub(crate) fn pylong_from_digits<I: ExactSizeIterator<Item = u32>>(
    py: Python<'_>,
    negative: bool,
    digits: I,
) -> Bound<'_, PyInt>
Available on Py_3_15, or Py_3_14 and non-Py_LIMITED_API only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here