rune::fns

Function take

Source
fn take<'ob>(
    n: i64,
    list: Gc<ListType<'ob>>,
    cx: &'ob Context<'_>,
) -> Result<Gc<ObjectType<'ob>>>