rune::fns

Function nthcdr

Source
pub(crate) fn nthcdr(
    n: usize,
    list: Gc<ListType<'_>>,
) -> Result<Gc<ObjectType<'_>>>