map property
Internal storage for registered callbacks.
Maps callback hashCodes to callback instances for O(1) lookup and removal.
Implementation
final FastMap<int, CallbackWithReturn<CallbackInputType, CallbackReturnType>>
map;
Internal storage for registered callbacks.
Maps callback hashCodes to callback instances for O(1) lookup and removal.
final FastMap<int, CallbackWithReturn<CallbackInputType, CallbackReturnType>>
map;