std.out.drivers
Provides a framework for handling and creating output drivers.
- Author: Edward Jones
- Date: 2021-09-24
get_output_driver
Gets the current output driver.
Returns: The current output driver
get_output_driver = -> ...
set_output_driver
Sets the current output driver.
- Param
dname
: The name of the new output driver
set_output_driver = (dname) -> ...