x86 first bit check (odd check):
```asm
AND EAX, EAX  ; update FLAG OF  // odd flag
JO  Label
```

Is there D-Lang operator of optimized library function ?

Reply via email to