const DATA_WORDS: usize = 3;
Expand description

Number of words a piece of Data can hold.

Three words should be enough for the majority of cases. For example, you can fit inside it the function pointer together with a fat pointer representing an object that needs to be destroyed.