Toggle Sidebar
Toggle Theme
ets
v0.7.1
Pages
Modules
ets v0.7.1
Ets.Utils
View Source
Contains helper macros used by
Ets
modules.
Link to this section
Summary
Functions
catch_bad_records(records, list)
catch_error(list)
catch_key_not_found(table, key, list)
catch_record_too_small(table, record, list)
catch_records_too_small(table, records, list)
catch_table_already_exists(table_name, list)
catch_table_not_found(table, list)
take_opt(opts, key, default)
unwrap(expr)
unwrap_or_raise(expr)
Link to this section
Functions
Link to this macro
catch_bad_records(records, list)
View Source
(macro)
Link to this macro
catch_error(list)
View Source
(macro)
Link to this macro
catch_key_not_found(table, key, list)
View Source
(macro)
Link to this macro
catch_record_too_small(table, record, list)
View Source
(macro)
Link to this macro
catch_records_too_small(table, records, list)
View Source
(macro)
Link to this macro
catch_table_already_exists(table_name, list)
View Source
(macro)
Link to this macro
catch_table_not_found(table, list)
View Source
(macro)
Link to this function
take_opt(opts, key, default)
View Source
Link to this macro
unwrap(expr)
View Source
(macro)
Link to this macro
unwrap_or_raise(expr)
View Source
(macro)