exquisite v0.1.10 Exquisite

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function compile(spec)
compile(:ets.match_spec()) ::
  {:ok, :ets.compiled_match_spec()} | {:error, term()}
Link to this macro match(clause, rest \\ []) (macro)

Generate a match_spec based on the passed query.

Link to this function run!(spec, what)
run!(spec(), tuple() | [tuple()]) :: term() | no_return()
Link to this function run(spec, what)
run(spec(), tuple() | [tuple()]) :: {:ok, term()} | {:error, term()}