const class markdown::Position
sys::Obj
  markdown::Position
@Js
Source
A position in the Scanner consists of its line index (i.e. line number) and its index within the line
- 
index
- 
const Int index
 
Source 
- 
lineIndex
- 
const Int lineIndex
 
Source 
- 
make
- 
new make(Int lineIndex, Int index)
 
Source 
- 
toStr
- 
virtual override Str toStr()
 
Source