Skip to content

Add Range.cover?

Yorick Peterse requested to merge range-cover into master

Details

The method std::range::Range.cover? can be used to check if a Range includes a value, without having to evaluate all the values in the range.

Corresponding issue

None

Checklist

Merge request reports