Current section
Files
Jump to
Current section
Files
include/compat.hrl
%% Note: This file was automatically generated. Do not include it in source control
-type t_dict() :: dict:dict().
-type t_queue() :: queue:queue().
-type t_gb_tree() :: gb_trees:tree().
-define(has_maps, true).