exquisite v0.1.10 Exquisite
Link to this section Summary
Functions
Generate a match_spec based on the passed query
Link to this section Types
Link to this section Functions
Link to this function
x &&& y
Link to this function
compile!(spec)
compile!(:ets.match_spec()) :: :ets.compiled_match_spec() | no_return()
Link to this function
compile(spec)
compile(:ets.match_spec()) :: {:ok, :ets.compiled_match_spec()} | {:error, term()}
Generate a match_spec based on the passed query.
Link to this function
run(spec, what)
Link to this function
x ||| y