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
Post a Comment