Function pyo3::conversions::num_bigint::int_to_u32_vec

source ·
fn int_to_u32_vec(
    long: &Bound<'_, PyLong>,
    n_digits: usize,
    is_signed: bool
) -> PyResult<Vec<u32>>
Available on crate feature num-bigint and non-Py_LIMITED_API only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here