2
0

Ref.hx 176 B

12345678
  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. @:semantics(reference)
  7. typedef Ref<T> = T;