SmallSlot

Small slot foreach slot contains wordCount machine words.

struct SmallSlot (
uint wordCount
) if (
wordCount >= 1
) {
size_t[wordCount] words;
}

Meta