pick method

bool pick(
  1. int flag
)

Implementation

bool pick(int flag) => this & flag != none;