FieldIntegerLookup.hx 228 B

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