For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo function
pipe_to_list
def pipe_to_list[N: Int](p: Pipe[N]) -> List[OpDesc]
Convert a Pipe to a List[OpDesc].
Returns: