alignUp method

int alignUp(
  1. int align
)

Implementation

int alignUp(int align) => (-(-this & -align));