Unofficial Dub Package Documentation
module
tests.res.zerocov
;
///
int
foo
(
int
t
) {
return
t
*
2
; }
///
@
safe
unittest
{ }
[Docs]
tests.res.zerocov
[Docs]
foo