Parsing and serialization functions for system argument vector snapshots.
string
parse291%tuple[ list[tuple[str, str]], str, list[str] ]
parse(text)
Parse a System Execution Plan string into structured environment settings, executable path, and command arguments.
serialize0str
serialize(triple)
Serialize the environment, execution path, and command arguments into a string.