Closed
Description
An example: http://doc.rust-lang.org/std/string/struct.String.html#method.append
Seems to be the ones that take self
and not &self
.
An example: http://doc.rust-lang.org/std/string/struct.String.html#method.append
Seems to be the ones that take self
and not &self
.