Function elems_to_string

Source
pub(crate) fn elems_to_string<T>(
    elems: &SmallVec<[T; 1]>,
    f: impl Fn(&T) -> String,
) -> String