phobos/std/range
Paul Backus c4cbe0c21b Use isQualifierConvertible in isInputRange!(R, E)
This replaces the bespoke type comparison that was previously used. All
conversions allowed by the previous version are still allowed after this
change.
2023-10-31 11:38:10 +01:00
..
interfaces.d Fix issue 22608 - RandomAccessInfinite is not a valid random-access range 2021-12-19 02:48:10 +00:00
package.d Fix issue 24064: use consistent types for ResultRanges. (#8791) 2023-08-03 10:10:12 +03:00
primitives.d Use isQualifierConvertible in isInputRange!(R, E) 2023-10-31 11:38:10 +01:00