shlex v0.9.5 (2019-11-09T21:33:33Z)
Home
Dub
Repo
ShlexProviderStream.ShlexProvider
shlex
ShlexProviderStream
Undocumented in source.
template
ShlexProviderStream
(Stream)
alias
ShlexProvider
=
ProviderWithDefaults
!(
Callable
!(
(
Stream
instream
,
Nullable
!
string
infile
,
Shlex.Posix
posix
,
Shlex.PunctuationChars
punctuationCharsFlag
,
bool
whitespaceSplit
)
=> new
Shlex
(
instream
,
infile
,
posix
,
punctuationCharsFlag
,
whitespaceSplit
)
),
ShlexParams
,
shlexDefaults
)
Meta
Source
See Implementation
shlex
ShlexProviderStream
aliases
ShlexProvider
mixins
__anonymous