packed property

int get packed

Implementation

int get packed => (mode & 0x7FFF) | (ansi ? 0x8000 : 0);