dgraph v0.0.2 (2015-10-27T21:47:00Z)
Home
Dub
Repo
isDirectedGraph
dgraph
graph
Test if G is a directed graph.
template
isDirectedGraph (
G
) {
static if
(
isGraph!G
)
enum
bool
isDirectedGraph
;
static if
(!(
isGraph!G
))
enum
bool
isDirectedGraph
;
}
Members
Variables
isDirectedGraph
enum
bool
isDirectedGraph
;
Undocumented in source.
isDirectedGraph
enum
bool
isDirectedGraph
;
Undocumented in source.
Meta
Source
See Implementation
dgraph
graph
classes
CachedEdgeList
IndexedEdgeList
templates
isDirectedGraph
isGraph
isUndirectedGraph
Test if G is a directed graph.