ScriptFunction.this

Constructs a new ScriptFunction out of a native D function.

Parameters

fname string

The name of the function.

nfunc NativeFunction

The address of the native function. See NativeFunction alias for correct signature

isClass bool

Whether or not this function is a constructor. This information is used when printing

Meta