Current section
Files
Jump to
Current section
Files
include/compat.hrl
-define(HASH(Data), crypto:hash(sha, Data)).
-define(MAPS_FILTER(Pred, Map), maps:filter(Pred, Map)).
-define(RAND_UNIFORM(Max), crypto:rand_uniform(1, Max)).
-define(PARSE_QS(String), uri_string:dissect_query(String)).