Tuple list of adjacent vertices and the linking edges
Instance member | Description |
Full Usage:
this.Head
Returns: 'Vertex * 'Edge
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this.[index]
Parameters:
int
Returns: 'Vertex * 'Edge
|
|
Full Usage:
this.Length
Returns: int
|
|
Full Usage:
this.Tail
Returns: ('Vertex * 'Edge) list
|
|
Static member | Description |
Full Usage:
List.Empty
Returns: ('Vertex * 'Edge) list
|
|