Where did clojure.contrib.string/partition go? -


ok, mildly confused whole clojure.contrib reorganisation.

i identified clojure-contrib.string/partition function need. last commit 4 years ago , apparently clojure.contrib moved individual repositories.

supposedly clojure.contrib.string moved clojure.string, except partition function. want know if not overlooking obvious before copy old code project.

yes indeed. looks dropped during migration clojure.string namespace.

if you, copy clojure.contrib.string/partition codebase.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -