phobos/std/range
MoonlightSentinel bb2b31f892 Fix 22383 - Reject noreturn[] as an autodecodable string
`noreturn[]` does not contain characters and hence is not subject to
autodecoding. The previous behaviour caused the range primitives (`put`,
...) to call into autodecoding related functions which couldn't handle
`noreturn[]`.
That error caused `isInputRange!(noreturn[])` to yield false.
2021-10-14 17:23:16 +00:00
..
interfaces.d Use a custom exception type in InputRangeObject 2021-10-02 17:27:03 -04:00
package.d Swapped out custom empty only for a simpler empty array. 2021-10-13 17:59:56 +03:00
primitives.d Fix 22383 - Reject noreturn[] as an autodecodable string 2021-10-14 17:23:16 +00:00