rune::fns

Function maphash

Source
fn maphash(
    function: &Rt<Slot<Gc<FunctionType<'_>>>>,
    table: &Rt<Slot<Gc<&LispHashTable>>>,
    env: &mut Rt<Env<'_>>,
    cx: &mut Context<'_>,
) -> Result<bool>