A Location is either a Path, Point or Range. Methods will often accept a Location instead of requiring only a Path, Point or Range.
type Location = Path | Point | Rangetype Location = Path | Point | RangeLocationApi
isAt
Check if a value implements the At interface.
isLocation
Check if a value implements the Location interface.
isSpan
Check if a value implements the Span interface.