jumped ~master (2022-05-11T10:19:19.8326649)
Dub
Repo
PrintCompileMessage
jumped
errors
Prints a message to the terminal during cocmpilation.
template
PrintCompileMessage (
string
title
string
message
) {
static immutable
auto
border
;
static immutable
auto
titleLine
;
static immutable
auto
PrintCompileMessage
;
}
Members
Static variables
PrintCompileMessage
auto
PrintCompileMessage
;
Undocumented in source.
border
auto
border
;
Undocumented in source.
titleLine
auto
titleLine
;
Undocumented in source.
Meta
Source
See Implementation
jumped
errors
templates
PrintCompileError
PrintCompileMessage
Prints a message to the terminal during cocmpilation.