Delegate v0.2.0 API Reference

Modules

Provides utilities for delegating macros and entire functions and macros of another module

Provides defdelegateall which allows delegating to all the functions on the target module

Provides a defmacrodelegate which allows delegating a macro to another macro at compile time. In addition, defmacrodelegateall is provided which allows delegating to all the macros on the target module

Provides defmoduledelegate which generates delegates for all functions and macros present on the :to module. Supports :only and :except