bytes and strings are not value types, so they should not appear in the value types section in the documentation.
So in the official doc, it says
bytes: Dynamically-sized byte array, see Arrays. Not a value-type!
string: Dynamically-sized UTF-8-encoded string, see Arrays. Not a value-type!
If they are not a value-type, why are they placed in Value Types section? It is quite confusing.
@wjmelements you do not need to cross-reference pull requests, github does that automatically (see above).
This issue has been funded using FundRequest. A developer can claim the reward by submitting a pull request referencing this issue. (How to Close Issues via Pull Requests?) e.g. fixes #4188
Thank you @wjmelements for your code contribution. The reward linked to this issue has been transferred to your account.
Most helpful comment
This issue has been funded using FundRequest. A developer can claim the reward by submitting a pull request referencing this issue. (How to Close Issues via Pull Requests?) e.g.
fixes #4188