implicit-context v0.0.1 (2023-09-28T23:10:52Z)
Dub
Repo
ContextLogger
implicitcontext
Undocumented in source.
nothrow @
nogc
@
safe
struct
ContextLogger {
nothrow @
nogc
@
system
print_fun_t
print
;
void
printf
(const(char)* fmt, ...);
}
Members
Functions
printf
void
printf
(const(char)* fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
print
print_fun_t
print
;
Undocumented in source.
Meta
Source
See Implementation
implicitcontext
aliases
print_fun_t
realloc_fun_t
functions
allocator
context
logger
popContext
pushContext
userPointer
structs
ContextAllocator
ContextLogger
ImplicitContext