Throwable.next

Replace next in chain with tail. Use chainTogether instead if at all possible.

  1. inout(Throwable) next [@property getter]
  2. Throwable next [@property setter]
    class Throwable
    @property @safe scope pure nothrow @nogc
    void
    next

Meta