StringExp.emplace

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void emplace(UnionExp* pue, Loc loc, char* s)
  2. void emplace(UnionExp* pue, Loc loc, const(void)[] string)
  3. void emplace(UnionExp* pue, Loc loc, const(void)[] string, size_t len, ubyte sz, char postfix)
    class StringExp
    extern (D) static
    void
    emplace
    (,,
    const(void)[] string
    ,
    size_t len
    ,
    ubyte sz
    ,
    char postfix
    )

Meta