Stefan F.
Results
2
issues of
Stefan F.
[C++] make_span should have an overload for pointer to vector and return an empty span for nulllptr
2
It would be handy if there was a make_span overload accepting a pointer to the Vector (like VectorLength). This overload should do the nullptr check and return an empty span...