Skip to main content

pylong_from_digits

Function pylong_from_digits 

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