Analog to the fst and snd functions of the f# lib some functions for tuples with 3 values which i use quite regularly during prototyping phases.
27 people like thisPosted: 13 years ago by daniel szymanski
BELLMAN-FORD algorithm to the shortest path based on pseudo code in Algortihms Unlocked
4 people like thisPosted: 8 years ago by Fabio Galuppo
Two/Three/Four-element generic tuples implemented as a value types for writing more efficient F# code.
76 people like thisPosted: 13 years ago by fholm
It seems original design for struct tuples doesn't contain struct versions of fst and snd functions. SRTP FTW!
3 people like thisPosted: 7 years ago by Evgeniy Andreev