<@U0NUDKKMJ>: What happened with C++ is that a few...
# random
c
@denis.st: What happened with C++ is that a few years after introducing
const
, they realized how impractical it was so they introduced
const_cast
to relax constness where necessary.