Expand description
§PositionDTO
Defines the Data Transfer Object for representing a zero-based line and column position in a text document.
Structs§
- PositionDTO
- A serializable struct representing a position in a text document, consisting of a line number and a column number. This is a fundamental building block for many other DTOs.