This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Document public fields of Range and Point. #50
Open
Description
Currently, from the docs for Point and Range, it is unclear how to read the values of those types. The public fields row
, column
, start
, and end
need to be documented.
Also, it should be clarified whether they are mutable or immutable. The copy()
and freeze()
methods suggest that both types are mutable, though I do not believe that is the intention.