dgt ~master (2017-09-21T16:04:46Z)
Dub
Repo
print
dgt
io
Print a string (special case of an array)
void
print
(
in
int
value
)
void
print
(
in
double
value
)
void
print
(
in
T
obj
)
void
print
(
in
T
[]
items
)
void
print
(
in
T
[]
items
)
@
nogc
nothrow @
trusted
void
print
(
T
:
char
)
(
in
T
[]
items
)
void
print
(
in
T
obj
,
in
A
a
)
Meta
Source
See Implementation
dgt
io
functions
print
println
Print a string (special case of an array)