FieldNumericIntegerLookup.hx 235 B

12345678
  1. package cpp.rtti;
  2. /**
  3. If you implement this interface, then the backend will generate code that
  4. allows fast numeric access to fields by integer id. This should speed up the CFFI.
  5. **/
  6. interface FieldNumericIntegerLookup {
  7. }