summaryrefslogtreecommitdiff
path: root/indra/llcommon/tuple.h
AgeCommit message (Collapse)Author
2021-10-04SL-16024: Introduce tuple.h with tuple_cons(), tuple_cdr().Nat Goodspeed
These functions allow prepending or removing an item at the left end of an arbitrary tuple -- for instance, to add a sequence key to a caller's data, then remove it again when delivering the original tuple.