zinc

Encodes any Tag type to Zinc using the OutputRange

  1. void zinc(const(T) t, R writer, SortedKeys sorted)
    void
    zinc
    (
    T
    R
    )
    (
    auto ref const(T) t
    ,
    auto ref R writer
    ,)
    if (
    isOutputRange!(R, char)
    )
  2. string zinc(const(T) t, SortedKeys sorted)

Meta