isSpecifiedCallable

Returns true if its a RT function(P)

Members

Variables

isSpecifiedCallable
enum bool isSpecifiedCallable;
Undocumented in source.
isSpecifiedCallable
enum bool isSpecifiedCallable;
Undocumented in source.

Examples

import std.conv : to;
static assert(isSpecifiedCallable!((long ts) => ts.to!string, long, string));

Meta