Skip to main content

pack_bitstream

Function pack_bitstream 

Source
fn pack_bitstream(
    py: Python<'_>,
    bits: &Bound<'_, PyAny>,
) -> PyResult<Py<PyAny>>
Expand description

Pack a one- or two-dimensional Python bit sequence into 64-bit words.