printElement

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

Meta