Versions in this module Expand all Collapse all v0 v0.0.1 Oct 1, 2021 Changes in this version + const DefaultBlockSize + type Pool struct + func NewPool(blockSize int) *Pool + func (p *Pool) Get() *Pos + type Pos struct + EndLine int + EndPos int + StartLine int + StartPos int + func NewPos(StartLine int, EndLine int, StartPos int, EndPos int) *Pos