Ref.hx 175 B

123456789
  1. package php;
  2. /**
  3. Special type which allows passing function arguments by reference.
  4. This type should be used for externs only.
  5. **/
  6. abstract Ref<T>(T) from T to T {
  7. }