Document.lineAtScope

Returns the line text which is only in this scope if text isn't modified

  1. const(char)[] lineAtScope(Position position)
  2. const(char)[] lineAtScope(uint line)
    struct Document
    scope const
    const(char)[]
    lineAtScope
    (
    uint line
    )

See Also

Meta