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