rune::data

Function aref

Source
pub(crate) fn aref<'ob>(
    array: Gc<ObjectType<'ob>>,
    idx: usize,
    cx: &'ob Context<'_>,
) -> Result<Gc<ObjectType<'ob>>>