Y
Hacker News
new
|
ask
|
show
|
jobs
by
nurettin
2471 days ago
Since soft const constraint is not part of the type, perhaps you could pass it to a lambda function that treats it as a const and another lambda function that treats it as mutable. A sort of const region and mutable region.