alias (util v1.3.5)
View SourceCreation of module aliases
Author: Serge Aleynikov saleyn@gmail.com Copyright: 2021 Serge Aleynikov
Summary
Functions
Create a module Alias for the given OrigMod module. This function is useful
for creating in-memory Elixir wrapper modules without needing to maintain
persistent files with such wrappers. IncFuns argument can be all or a list
of {Fun, Arity} values which only export a subset of functions from the
OrigMod.
Functions
Create a module Alias for the given OrigMod module. This function is useful
for creating in-memory Elixir wrapper modules without needing to maintain
persistent files with such wrappers. IncFuns argument can be all or a list
of {Fun, Arity} values which only export a subset of functions from the
OrigMod.