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)
    struct LinkedList(alias T, alias AllocT = SystemAllocator)
    void
    removeAtHead
    ()
    (,
    scope ref T dest
    )
  2. T removeAtHead(size_t index)

Meta