DispatchFun.FunBody

Undocumented in source.
template DispatchFun(RetType, Types...)
enum FunBody = [ArrayStatement, RecordStatement, EnumStatement, NumStatement, `throw new DocumentException("Unknown node type in DispatchFun", a);`].filter!(not!empty).joiner("else ").array;

Meta