欢迎!请访问关于页面,了解更多关于如何使用本站的信息。
使用规范1,似乎计数验证失败可以报告得更好 - 不是很清楚实际的计数是多少
user=> (s/assert (s/coll-of any? :count 1) []) Execution error - invalid arguments to user/eval148 at (REPL:1). [] - failed: (= 1 (count %))
:count使用bounded-count,这对无限集合也正常工作。报告实际计数则需要使用count,这会导致无限集合挂起。
:count
bounded-count
count