FuncAttr.isPure

true if func is pure

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

Meta