LinkedList.removeAtTail

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void removeAtTail(size_t index, T dest)
    struct LinkedList(alias T, alias AllocT = SystemAllocator)
    void
    removeAtTail
    ()
    (,
    scope ref T dest
    )
  2. T removeAtTail(size_t index)

Meta