tardy.refraction

Undocumented in source.

Members

Functions

methodRecipe
string methodRecipe(string symbolName)

Returns a string to be mixed in that replicates the signature of F. The string is meant to be mixed in inside a struct or class so as to be a member function.

vtableEntryRecipe
string vtableEntryRecipe(string symbolName)

Returns a string mixin that is the function pointer type of F, with an extra void* (or const(void)*) first parameter.

Meta