does kernel have any FOLD_LEFT macro equivalent ?

From: jim . cromie
Date: Wed Mar 16 2022 - 21:19:19 EST


does the kernel have anything like
BOOST_PP_SEQ_FOLD_LEFT(op, state, seq) ?

or any hand-coded implementation of the pattern in-kernel
that I can look at ?