mcy / best

The Best Library: a C++ STL replacement
Apache License 2.0
158 stars 1 forks source link

Add a tuple type: `best::row` #4

Closed mcy closed 3 months ago

mcy commented 3 months ago

Adds rows and tests thereof.

Surprisingly painless to implement, given all the other infrastructure I already have!