rune::data

Function aset

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