Why does Map::try_get
not take a reference to the generic key?
#1314
Labels
Map::try_get
not take a reference to the generic key?
#1314
Since
into_val
takes a reference toself
, why does this method not use&K
?rs-soroban-sdk/soroban-sdk/src/map.rs
Lines 350 to 352 in d40bd03
The text was updated successfully, but these errors were encountered: