isAligned method

bool isAligned(
  1. int align
)

Implementation

bool isAligned(int align) => ((this & (align - 1)) == 0);