Meme v0.2.2 Meme.CompiletimeConfig View Source

Link to this section Summary

Functions

Creates and validates new Elixir.Meme.CompiletimeConfig.t() Can raise exception if given params are incorrect

Link to this section Types

Link to this type

t() View Source
t() :: %Meme.CompiletimeConfig{
  condition: nil | {:fn, any(), any()} | {:&, any(), any()},
  permanent: boolean(),
  timeout: nil | pos_integer() | {atom(), any(), any()}
}

Link to this section Functions

Creates and validates new Elixir.Meme.CompiletimeConfig.t() Can raise exception if given params are incorrect