- split-with ok?procedure
- split-with ok? xsprocedure
returns two values, the sublist of xs upto the first item which passes the ok? test and the sublist starting with the first item passed by ok?
returns two values, the sublist of xs upto the first item which passes the ok? test and the sublist starting with the first item passed by ok?