Skip to content

Instantly share code, notes, and snippets.

@furfurylic
furfurylic / #lab - tuple_transform
Last active February 12, 2023 09:13
lab - tuple_transform
Apply a function to each corresponding element of tuples and make a new tuple of the return values
@furfurylic
furfurylic / #commata - primer
Last active April 1, 2024 12:11
commata - primer
Sample codes in Commata Primer
@furfurylic
furfurylic / #lab - tuple_get_n
Last active February 12, 2023 09:14
lab - tuple_get_n
Create a new tuple out of an existing tuple in C++