LinkedList.putTail

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void putTail(T value)
    struct LinkedList(alias T, alias AllocT = SystemAllocator)
    void
    putTail
    ()
    (
    auto ref T value
    )
  2. void putTail(Args args)

Meta