LinkedList.removeAtHead

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

Meta