DECAY_MASK
ca->array[i] &= ~(DECAY_MASK << COUNT_BITS);
ca->array[to] |= DECAY_MASK << COUNT_BITS;
#define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK)