chickadee » generics » split-at

split-at kprocedure
split-at k xsprocedure

returns two values, the sublist of xs upto index k and the sublist starting at index k.