# Functions
Parse parses the string representation of path template.
# Constants
OpCapture pops an item and binds it to the variable.
OpConcatN pops N items from stack, concatenates them and pushes it back to stack.
OpEnd is the least positive invalid opcode.
OpLitPush pushes a component to stack if it matches to the literal.
OpNop does nothing.
OpPush pushes a component to stack.
OpPushM concatenates the remaining components and pushes it to stack.
# Structs
InvalidTemplateError indicates that the path template is not valid.
Template is a compiled representation of path templates.
# Interfaces
Compiler compiles utilities representation of path templates into marshallable operations.
# Type aliases
An OpCode is a opcode of compiled path patterns.