jcli ~master (2022-03-09T18:57:21Z)
Dub
Repo
DegenerateCommandTypeGraph
jcli
commandgraph
graph
Represents a command type graph with only one type.
template
DegenerateCommandTypeGraph (
CommandType
) {
alias
Types
=
AliasSeq
!
CommandType
;
immutable
TypeGraphNode
[][
1
]
adjacencies
;
immutable
int
[]
rootTypeIndices
;
template
getTypeIndexOf
(T)
;
}
Members
Aliases
Types
alias
Types
=
AliasSeq
!
CommandType
Undocumented in source.
Templates
getTypeIndexOf
template
getTypeIndexOf
(T)
Undocumented in source.
Variables
adjacencies
TypeGraphNode
[][
1
]
adjacencies
;
Undocumented in source.
rootTypeIndices
int
[]
rootTypeIndices
;
Undocumented in source.
Meta
Source
See Implementation
jcli
commandgraph
graph
structs
TypeGraphNode
templates
AllCommandsOf
AllSubcommandsOf
BottomUpCommandTypeGraph
DegenerateCommandTypeGraph
SubcommandsOf
TopDownCommandTypeGraph
escapedName
Represents a command type graph with only one type.