Enumeration
ConsoleClear
Supported methods for clearing the
Console.enum ConsoleClear
Overview
See clear(_:)
Topics
Enumeration Cases
ConsoleClear.lineDeletes the last line that was printed to theConsole.ConsoleClear.screenClears the entire viewable area of theConsole.
Relationships
Conforms To
Swift.EquatableSwift.Hashable
See Also
Terminal
ConsoleProtocol for powering styled Console I/O.TerminalGeneric console that uses a mixture of Swift and C standard libraries to fulfill protocol requirements.ConsoleColorSupported colors for creating aConsoleStyleforConsoleText.ConsoleStyleRepresentation of a style for outputting to a Console in different colors with differing attributes. A few suggested default styles are provided.ConsoleTextA collection ofConsoleTextFragments. Represents stylized text that can be outputted to aConsole.ConsoleTextFragment+(_:_:)Appends aConsoleTextto anotherConsoleText.+=(_:_:)Appends aConsoleTextto anotherConsoleTextin-place.StringProtocol