# Functions
No description provided by the author
# Constants
Delete is the operation kind for a line that is present in the input but not in the output.
Equal is the operation kind for a line that is the same in the input and output, often used to provide context around edited lines.
Insert is the operation kind for a line that is new in the output.
# Type aliases
OpKind is used to denote the type of operation a line represents.