pub(crate) fn aset<'ob>(
array: Gc<ObjectType<'ob>>,
idx: usize,
newlet: Gc<ObjectType<'ob>>,
) -> Result<Gc<ObjectType<'ob>>>
pub(crate) fn aset<'ob>(
array: Gc<ObjectType<'ob>>,
idx: usize,
newlet: Gc<ObjectType<'ob>>,
) -> Result<Gc<ObjectType<'ob>>>