]> Kevux Git Server - fll/commit
Cleanup: use "triple" instead of "tuple".
authorKevin Day <thekevinday@gmail.com>
Sat, 12 Dec 2020 03:01:53 +0000 (21:01 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 12 Dec 2020 03:01:53 +0000 (21:01 -0600)
commit55110f531cf2862436552f06e3beeb4fd17c5ef9
treeca48737be959e2943c61b498c8cce650374c4bf7
parent7d32523fa7ea331e06360b0cefe20cda27d0a321
Cleanup: use "triple" instead of "tuple".

In mathematics, a "tuple" is an ordered set of some length.
Here I was using a "tuple" specifically as a 3-tuple, which is wrong.

Rename "tuple" to "triple" in these cases because a "triple" is the proper terminology for a 3-tuple.
build/level_0/settings
build/monolithic/settings
level_0/f_string/c/string.h
level_0/f_string/c/string_triple.h [new file with mode: 0644]
level_0/f_string/c/string_tuple.h [deleted file]
level_0/f_string/data/build/settings