FuncAttr.isPure

true if func is pure

struct FuncAttr
static
template isPure (
func...
) if (
func.length == 1 &&
isCallable!func
) {}

Members

Static variables

isPure
enum isPure;
Undocumented in source.

Meta