Closed jens-mueller-sociomantic closed 5 years ago
This commit replaces all uses of Const! with the D2 builtin const. Now that D1 support was dropped removing the use of this transitional feature makes the code more D2-like. Note, also that there are no uses of Immut! and Inout! in the code base.
Const!
const
Immut!
Inout!
Fixes sociomantic-tsunami/dmqproto#92.
This commit replaces all uses of
Const!
with the D2 builtinconst
. Now that D1 support was dropped removing the use of this transitional feature makes the code more D2-like. Note, also that there are no uses ofImmut!
andInout!
in the code base.Fixes sociomantic-tsunami/dmqproto#92.