# Functions
Parse takes a format string and its index in the printf-like call, parses out all format operations, returns a slice of parsed [Operation] which describes flags, width, precision, verb, and argument indexing, or an error if parsing fails.