scriptlike v0.7.0 (2015-04-02T15:57:26Z)
Home
Dub
Repo
ArgsT.opOpAssign
scriptlike
path
ArgsT
Undocumented in source. Be warned that the author may not have intended to support it.
void
opOpAssign
(immutable(C)[] item)
void
opOpAssign
(PathT!C item)
void
opOpAssign
(Range items)
struct
ArgsT
(C = char)
void
opOpAssign
(
string
op
Range
)
(
Range
items
)
if
(
op
== "~" &&
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