ForwardLexer.setSource

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void setSource(T input)
  2. void setSource(T input)
    struct ForwardLexer(T)
    static if(!(is(typeof(representation!CharacterType("")))))
    void
    setSource
    ()
    if (
    isForwardRange!T
    )
  3. alias CharacterType = ElementEncodingType!T
  4. alias InputType = T

Meta