rune::fns

Function make_hash_table

Source
pub(crate) fn make_hash_table<'ob>(
    keyword_args: &[Gc<ObjectType<'ob>>],
    cx: &'ob Context<'_>,
) -> Result<Gc<ObjectType<'ob>>>