mocked.meta

Undocumented in source.

Members

Structs

Maybe
struct Maybe(Arguments...)

$(D_PSYMBOL Maybe) optionally saves a tuple of values. The values can't be set individually, but only at once.

Pack
struct Pack(Args...)

Holds a typed sequence of template parameters.

Templates

unwords
template unwords(Args...)

Takes a sequence of strings and joins them with separating spaces.

Variables

canFind
enum bool canFind(alias T, Args...);
Undocumented in source.
isPolymorphicType
enum bool isPolymorphicType(T);

Meta