rune::fns

Function join

Source
fn join<'ob>(
    list: &mut Vec<Gc<ObjectType<'ob>>>,
    seq: Gc<ListType<'ob>>,
) -> Result<()>