x property

int get x

Implementation

int get x => ptr.ref.x;
set x (int v)

Implementation

set x(int v) => ptr.ref.x = v;