el_params

Do an array of parameters as a balanced binary tree.

  1. elem* el_params(elem* e1, ...)
  2. elem* el_params(void** args, int length)
    version(COMPILE)
    extern (C++) nothrow @safe @trusted
    el_params
    (
    void** args
    ,
    int length
    )
Suggestion Box / Bug Report