+2
−2
+2
−2
+6
−0
Loading
This should make it possible to send data without copying in some situations. This requires adding the `rightconst` attribute to the C++ `Type` type in order to allow specifying `Span<PFoo* const>`, which isn't possible to specify with a left const. The type is getting very gross with all of these flags and it's probably worth switching it to be a recursive type at this point. Differential Revision: https://phabricator.services.mozilla.com/D173570