I was looking at Vec
documentation, and noticed there isn't any iter()
method on it, despite it being totally possible to call vec.iter()
. At least none that searching page could yield. Does anyone know if this is a bug in doc generation and/or could direct me towards what other method are callable from vec.iter()
?
1 Like
Yes, it's a known issue, filed here
1 Like