Closed DanRStevens closed 8 months ago
Also mark the result of most calls to getStructures as const.
getStructures
const
Not addressed: The result is often iterated over, and the iterated items can mostly also be marked as const.
Part of:
Also mark the result of most calls to
getStructures
asconst
.Not addressed: The result is often iterated over, and the iterated items can mostly also be marked as
const
.Part of: