c3c
c3c copied to clipboard
add is_keyer macro
Adds a macro to try to detect a key-like structure.
TODO: key-like structures are any integral, bitset, boolean, float, double, tuple of keys or array of keys.
Also changes is_comparer to take unsigned integers.
What should is_keyer do?
Added as @is_cmp_key_fn in dev