FSharpAux


Adjacency<'Tedge, 'Tkey>

Namespace: FSharpAux
Parent Module: Graph

Alias for a list of edges

Instance members

Instance memberDescription
x.Head
Signature: 'Tedge

CompiledName: get_Head

x.IsEmpty
Signature: bool

CompiledName: get_IsEmpty

[index]
Signature: index:int -> 'Tedge

CompiledName: get_Item

x.Length
Signature: int

CompiledName: get_Length

x.Tail
Signature: 'Tedge list

CompiledName: get_Tail

Static members

Static memberDescription
List.Empty
Signature: 'Tedge list

CompiledName: get_Empty

Fork me on GitHub