The `io_result` type is rather annoying, because it doesn't bring me much but make it so I can't use any of the std::tuple functions, like: - std::apply - std::tie I find it's an unnecessary complication that should just be a tuple.
The
io_resulttype is rather annoying, because it doesn't bring me much but make it so I can't use any of the std::tuple functions, like:I find it's an unnecessary complication that should just be a tuple.