or property

int get or

Implementation

int get or => fold(0, (acc, f) => acc | f);