Returns this int as a bits String of minimal length width.
int
width
String bitsPadded(int width) => bits.numericalPadLeft(width);