Closed jens-mueller-sociomantic closed 5 years ago
This change replaces all usages of Const! with the D2 builtin const. Const! was only used for transitioning to D2. I also verified that neither Immut! not Inout! are used in this code base.
Const!
const
Immut!
Inout!
Fixes sociomantic-tsunami/dhtproto#218.
This change replaces all usages of
Const!
with the D2 builtinconst
.Const!
was only used for transitioning to D2. I also verified that neitherImmut!
notInout!
are used in this code base.Fixes sociomantic-tsunami/dhtproto#218.