Closed KooShnoo closed 5 months ago
use structured binding to use two separate variables instead of one std::pair. as mentioned, this greatly improves readability. closes #102
std::pair
LGTM besides a possible commit rename, at @vabold's discretion.
use structured binding to use two separate variables instead of one
std::pair
. as mentioned, this greatly improves readability. closes #102