isVectorField

Evaluates to true if FuncType is a vector field, i.e. a callable type that takes an ArgType[] array as input and returns a RetType[] array.

template isVectorField (
FuncType
ArgType
RetType = ArgType
) {}

Members

Variables

isVectorField
enum bool isVectorField;
Undocumented in source.

Meta