Star.STEP

Undocumented in source.
struct Star
enum STEP = q{ y += deltaTicks * vy; if (y > 1f) { mixin(REMOVE); } else { mixin(NEXT); } };

Meta