jumped v0.6.0 (2020-06-18T08:53:50Z)
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.