ClojureDocs

导航

命名空间

coll-of

  • (coll-of 谓词 & 选项)
Returns a spec for a collection of items satisfying pred. Unlike
'every', coll-of will exhaustively conform every value.
 Same options as 'every'. conform will produce a collection
corresponding to :into if supplied, else will match the input collection,
avoiding rebuilding when possible.
 See also - every, map-of