gpt4 book ai didi

haskell - 将列表拆分为 n 元组

转载 作者:行者123 更新时间:2023-12-02 16:24:37 25 4
gpt4 key购买 nike

如何将列表拆分为指定长度的元组/列表列表?splitBy::Int -> [a] -> [[a]]

splitBy 2 "asdfgh"应返回 ["as", "df", "gh"]

最佳答案

splitEvery通常会得到这份工作的认可。

关于haskell - 将列表拆分为 n 元组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5819649/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com