rune::fns

Function nth

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