(more-restrictive-sigs? sigs1 sigs2)
sigs1 and sigs2 are expected to be return values of signature-union, i.e. vectors of non-negative integers, no duplicates, sorted in increasing order, optionally having an :or-more keyword at the end.
Return true if sigs1 are more restrictive than sigs2.
For example [0 2 4 6] is more restrictive than [0 2 3 :or-more].
sigs1 and sigs2 are expected to be return values of signature-union, i.e. vectors of non-negative integers, no duplicates, sorted in increasing order, optionally having an :or-more keyword at the end. Return true if sigs1 are more restrictive than sigs2. For example [0 2 4 6] is more restrictive than [0 2 3 :or-more].
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close