mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Update calls to memory writes to take advantage of new type signature #99

Open mnemonikr opened 8 months ago

mnemonikr commented 8 months ago

Previously required the iterator to be passed directly; it can now be inferred thanks to IntoIterator. The Item type can also be inferred thanks to Into<SymbolicByte>, so several test conversions can be removed as well.