The OpenD Programming Language

printElement

  1. void printElement(W w, const(C)[] c)
  2. void printElement(W w, T c)
    void
    printElement
    (
    C = char
    W
    T
    )
    (
    scope ref W w
    ,
    scope auto ref const T c
    )

Meta