Ref.hx 153 B

1234567
  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. typedef Ref<T> = T;