Something like this for example: ``` if (__all(bits < digit::BITS)) algo_small_params(...); else algo_generic(...); ```