Open findmyway opened 1 year ago
The motivation was to avoid modifying some fields. Given that since julia@v1.8, we can mark immutable fields in a mutable struct with const, better to turn those into mutable not.
julia@v1.8
immutable
mutable
const
Ref:
The motivation was to avoid modifying some fields. Given that since
julia@v1.8
, we can markimmutable
fields in amutable
struct withconst
, better to turn those intomutable
not.Ref:
80