CModuleX.call

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto call(string name, string params)
  2. auto call(string name, T args)
    mixintemplate CModuleX(T)
    call
    (
    T...
    )
    (
    string name
    ,
    auto ref T args
    )

Meta