View Source TypeCheck.DefaultOverrides.Registry (TypeCheck v0.13.7)
Summary
Types
@type body() :: [term()]
@type guards() :: [guard()]
@type key() :: term()
@type keys() :: :unique | :duplicate
@type meta_value() :: term()
@type registry() :: atom()
@type spec() :: [{match_pattern(), guards(), body()}]
@type start_option() :: {:keys, keys()} | {:name, registry()} | {:partitions, pos_integer()} | {:listeners, [atom()]} | {:meta, [{meta_key(), meta_value()}]}
@type value() :: term()