Returns Loxer to its pre-init() state: no modules, no output stream, an empty history and an
empty pre-init queue, ready to init() again.
The one instance is reset in place rather than replaced, so a held reference
(const L = Loxer) and any other copy of Loxer's modules in this realm see the reset too.
Returns
Loxerto its pre-init()state: no modules, no output stream, an empty history and an empty pre-init queue, ready toinit()again.The one instance is reset in place rather than replaced, so a held reference (
const L = Loxer) and any other copy of Loxer's modules in this realm see the reset too.