Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试实现一个从两个 int 列表创建列表以形成对的函数。但是当我尝试运行 zip 时,它告诉我这是一个未绑定的变量。是否有任何其他函数可以在库中完成相同的工作或使用折叠程序对 zip 进行一些定义?
尝试ListPair.zip或ListPair.zipEq。另请参见标准基础库中ListPair 结构的规范。
ListPair.zip
ListPair.zipEq