efi
efi copied to clipboard
Reuse global instances of StdIn and StdOut (and StdErr when implemented) instead of creating new one each time
stdin() and stdout() Now create new instances of io objects on each call. See if we can return a reference and it's ergonomic enough.