On Fri Jun 10 12:42:13 2022 +0000, Rémi Bernon wrote:
Shouldn't we return an empty vector view instead? Either create the vector on the fly, or probably better in the stream constructor and return a view to it here?
Yup, that's probably a better idea than this. I think returning NULL is actually not good anyway.