split-sequence

MIT

Splits a sequence into a list of subsequences delimited by objects satisfying a test.

$ area51 add split-sequenceCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(split-sequence:some-function ...)