jcli ~master (2022-03-09T18:57:21Z)
Dub
Repo
escapedName.escapedName
jcli
commandgraph
graph
escapedName
Undocumented in source.
template
escapedName
(T)
enum
escapedName
=
baseName
(
location
[
0
]).
chain
(
fullyQualifiedName
!
T
).
map
!(
ch
=>
canFind
([
cast
(
dchar
)
'.'
,
' '
,
'!'
,
'('
,
')'
],
ch
) ?
'_'
:
ch
).
chain
(
location
[
1
].
to
!
string
).
to
!
string
;
Meta
Source
See Source File
jcli
commandgraph
graph
escapedName
manifest constants
escapedName
location