ministd.callable

Module to provide callables for dlang.

Members

Structs

Callable
struct Callable(RetT, ParamsT...)

A struct that makes holding any function and/or delegate a breeze!

Meta