[−][src]Module asciifile::position
abstraction over a character and its position within a file.
Doubly Linked List
Positon implements a doubly linked list on the positions and therefore characters of a file it was extraced from.
End of File (EOF) Position
There is no end of file character. The end of file is modeled using
the None
case of Option
.
Structs
Position |