cut

From The K Language Wiki
Revision as of 10:26, 17 July 2021 by Razetime (talk | contribs)
Cut
x_y

The cut primitive partitions the array y before the indices given in array x.

The portion of the array before the first index is ignored.

 0 4_"feedface"
("feed";"face")

 3 5_"adfdsfsdfa"
("ds"
 "fsdfa")