fn bytesRequired(int_count: usize) usize

Calculates the number of bytes required to store a desired count of Ints.

Parameters

int_count: usize,