Function: -only-some-p

-only-some-p is a function alias for -only-some?, defined in dash.el.

Signature

(-only-some-p PRED LIST)

Documentation

Return t if different LIST items both satisfy and do not satisfy PRED.

That is, if PRED returns both nil for at least one item, and non-nil for at least one other item in LIST. Return nil if all items satisfy the predicate or none of them do.

Alias: -only-some-p

Aliases

-only-some-p