YMD.put

Put a value in that represents a year, month, or day

  1. void put(N val)
  2. void put(const S val)
    struct YMD
    void
    put
    (
    S
    )
    (
    const S val
    )
    if (
    isSomeString!S
    )
    in { assert (dataPosition <= 3); }

Meta