LinkedList.putTail

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

Meta