rust-objc-id icon indicating copy to clipboard operation
rust-objc-id copied to clipboard

Convert a slice of Ids to references at zero-cost

Open SSheldon opened this issue 10 years ago • 1 comments

There used to be an IdSlice trait for doing this, but it was removed in SSheldon/rust-objc@4118e96. This isn't possible until rust-lang/rust#5016 is completed, because until then an Id is a different size than a reference.

SSheldon avatar May 16 '15 19:05 SSheldon

Embedded drop flags are finally gone! Not sure whether the change is in stable yet, but just letting you know that you could likely revisit this now :)

syntheorem avatar Oct 30 '16 05:10 syntheorem