Skip to main content

write_array_elements

Function write_array_elements 

Source
fn write_array_elements<S>(
    writer: &mut impl Write,
    elements: impl IntoIterator<Item = S>,
) -> Result<(), Error>
where S: AtermWriteable,