Skip to main content

gethashnode2

Function gethashnode2 

Source
pub fn gethashnode2<'a, T>(
    ht: &'a HashMap<String, T>,
    nam: &str,
) -> Option<&'a T>
Expand description

Port of gethashnode2(HashTable ht, const char *nam) from Src/hashtable.c:255.

Same as gethashnode but bypasses the DISABLED filter.