Function fmt_list

Source
pub fn fmt_list<'a>(
    car: &'a Gc<Value>,
    cdr: &'a Gc<Value>,
) -> BoxFuture<'a, String>