DdocException.snippet

Allow method chaining: throw new DdocException().snippet(lexer.text);

  1. string snippet [@property setter]
    class DdocException
    @property nothrow pure @safe @nogc
    snippet
    (
    string s
    )
  2. string snippet [@property getter]

Meta