Func

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
@safe pure nothrow extern (C++)
class Func : Edge (
uint arity
) if (
arity >= 1
) {}

Constructors

this
this(Db db)
Undocumented in source.

Members

Variables

params
Entity[arity] params;
Undocumented in source.

Inherited Members

From Edge

db
inout(Db) db()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta