Function byte_fmt::eval::clist

source ·
pub fn clist<I, A>(elements: I) -> ABListwhere
    I: IntoIterator<Item = A>,
    A: AsRef<[u8]>,