I have seen elt
being used as a parameter/variable name in Rust in some places.
For example repeat in std::iter - Rust and a quick search on Rust repository Search · elt · GitHub.
I understand it's just a placeholder name. But does it have any meaning?
I guess it's shorthand for element
.
9 Likes
I reached the same conclusion.
1 Like
system
Closed
4
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.