Andrew Kelley d8540dd708 std: add type-erased reader; base GenericReader on it
The idea here is to avoid code bloat by having only one actual io.Reader
implementation, which is type erased, and then implement a GenericReader
that preserves type information on top of that as thin glue code.

The strategy here is for that glue code to `@errSetCast` the result of
the type-erased reader functions, however, while trying to do that I
ran into #17343.
2023-10-03 14:55:17 -07:00
..
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-09-13 18:24:59 -04:00
2023-10-02 15:31:49 -06:00
2023-04-22 13:09:15 +03:00
2023-09-24 02:47:21 +01:00
2023-08-24 22:38:47 -07:00
2023-10-02 15:31:49 -06:00
2023-09-02 00:18:53 +02:00
2023-06-25 14:51:03 -07:00
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-06-10 20:42:30 -07:00
2023-09-13 18:24:59 -04:00
2023-10-02 15:31:49 -06:00
2023-10-02 17:02:25 -07:00
2023-10-02 16:37:37 -06:00
2023-10-02 15:31:49 -06:00
2023-07-07 11:57:09 -07:00
2023-09-29 00:32:43 -07:00