Skip to main content

FLDict_GetWithKey

Function FLDict_GetWithKey 

Source
pub unsafe extern "C" fn FLDict_GetWithKey(
    arg1: FLDict,
    arg2: *mut FLDictKey,
) -> FLValue
Expand description

Looks up a key in a dictionary using an FLDictKey. If the key is found, “hint” data will be stored inside the FLDictKey that will speed up subsequent lookups.