operator & method

Implementation

int operator & (DestinyTalentNodeStepLightAbilities item){
  return value & item.value;
}