ets

v0.6.0

  • Pages
  • Modules

    ets v0.6.0 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_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_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)

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer for the Elixir programming language.