servo / rust-mozjs

DEPRECATED - moved to servo/mozjs instead.
Mozilla Public License 2.0
293 stars 117 forks source link

Introduce TypedArray::len #418

Closed nox closed 6 years ago

nox commented 6 years ago

This method could be safe and we could avoid some unnecessary conversions to Vec<T> this way. Cc @Xanewok

Xanewok commented 6 years ago

This would be a shorthand for safe data().1, right?

nox commented 6 years ago

Oh yes, didn't even notice this exists.