Split a list into a posn in Racket

后端 未结 0 1619
孤街浪徒
孤街浪徒 2020-12-21 03:41

I have this function that takes a list and a number, and it splits the list till the n element and makes it a posn, for example:

(split (list 1 2 3 4) 2) = (m         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题