libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
bcAssert
libd
util
errorhandling
Undocumented in source. Be warned that the author may not have intended to support it.
@
nogc
nothrow
void
bcAssert
(
string
File
=
__FILE_FULL_PATH__
string
Function
= __PRETTY_FUNCTION__
string
Module
= __MODULE__
size_t
Line
= __LINE__
)
(
bool
condition
,
bcstring
message
= null
)
Meta
Source
See Implementation
libd
util
errorhandling
functions
assumeValid
bcAssert
displayError
formatError
onOutOfMemoryError
raise
result
throwError
structs
BcError
SimpleResult