scriptlike v0.7.0 (2015-04-02T15:57:26Z)
Home
Dub
Repo
ArgsT.put
scriptlike
path
ArgsT
Undocumented in source. Be warned that the author may not have intended to support it.
void
put
(immutable(C)[] item)
void
put
(PathT!C item)
void
put
(Range items)
struct
ArgsT
(C = char)
void
put
(
Range
)
(
Range
items
)
if
(
isInputRange
!
Range
&&
(
is
(
ElementType
!
Range
==
string
) ||
is
(
ElementType
!
Range
==
PathT
!
C
)
)
)
if
(
is
(
C
==
char
)
)
Meta
Source
See Implementation
scriptlike
path
ArgsT
functions
opOpAssign
put
reserve
properties
capacity
data
length