# Functions
Delete deletes a range of code.
ReplaceWithNode replaces a range with an AST node.
ReplaceWithPattern replaces a range with the result of executing a pattern.
ReplaceWithString replaces a range with a string.
Selector creates a new selector expression.
# Interfaces
Ranger describes values that have a start and end position.
# Type aliases
Range implements the Ranger interface.