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)
  2. T removeAtTail(size_t index)
    struct LinkedList(alias T, alias AllocT = SystemAllocator)
    T
    removeAtTail
    ()

Meta