cppFuncsToD

Uses a bunch of presets written in the file head, it will convert every C func declaration to D, arrays are transformed to pointers, as if it becomes ref, the function won't be able to accept casts

string
cppFuncsToD
(
string funcs
,
bool replaceAditional = false
)

Meta