Text.opCall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Text opCall(const(char[]) cat)
  2. Text opCall(T num, size_t base)
    struct Text
    @nogc ref
    opCall
    (
    T
    )
    (
    T num
    ,
    const size_t base = 10
    )
    if (
    isIntegral!T
    )

Meta