Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 280 Bytes

subsetQMARK.md

File metadata and controls

17 lines (12 loc) · 280 Bytes
name see also
clojure.set/subset?
cljs.core/set
cljs.core/set?
clojure.set/superset?

Summary

Details

Returns true if a is a subset of b, false otherwise.

In other words, returns true if all the elements of a can be found in b.

Examples