Adj<'Vertex, 'Edge> Type

Tuple list of adjacent vertices and the linking edges

Instance members

Instance member Description

this.Head

Full Usage: this.Head

Returns: 'Vertex * 'Edge
Returns: 'Vertex * 'Edge

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this.[index]

Full Usage: this.[index]

Parameters:
    index : int

Returns: 'Vertex * 'Edge
index : int
Returns: 'Vertex * 'Edge

this.Length

Full Usage: this.Length

Returns: int
Returns: int

this.Tail

Full Usage: this.Tail

Returns: ('Vertex * 'Edge) list
Returns: ('Vertex * 'Edge) list

Static members

Static member Description

List.Empty

Full Usage: List.Empty

Returns: ('Vertex * 'Edge) list
Returns: ('Vertex * 'Edge) list