shlex v0.9.7 (2021-06-08T02:19:53Z)
Home
Dub
Repo
ShlexProvider
shlex
Undocumented in source.
alias
ShlexProvider
=
ProviderWithDefaults
!(
Callable
!(
(
ShlexStream
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
aliases
ShlexProvider
ShlexStream
classes
ShlexFile
functions
_printTokens
quote
split
mixins
__anonymous
structs
Shlex
templates
ShlexProviderStream