I can add what we have in nimble's Utils.h: ``` static inline bool isTRUE(bool x) {return(x);} ``` This is used in our checking for out-of-bounds dynamic index values.
I can add what we have in nimble's Utils.h:
This is used in our checking for out-of-bounds dynamic index values.