Closed nox closed 6 years ago
This method could be safe and we could avoid some unnecessary conversions to Vec<T> this way. Cc @Xanewok
Vec<T>
This would be a shorthand for safe data().1, right?
data().1
Oh yes, didn't even notice this exists.
This method could be safe and we could avoid some unnecessary conversions to
Vec<T>
this way. Cc @Xanewok