WalkMetadata<'nid> Type Namespace: Yog Assembly: Yog.FSharp.dll Parent Module: Traversal Base Type: obj All Interfaces: IEquatable<WalkMetadata<'nid>> , IStructuralEquatable , IComparable<WalkMetadata<'nid>> , IComparable , IStructuralComparable Metadata provided during foldWalk / implicitFold traversal. Record fields Record Field Description Depth Full Usage: Depth Field type: int Distance from the start node (number of edges traversed). Field type: int Parent Full Usage: Parent Field type: 'nid option The parent node that led to this node (None for the start node). Field type: 'nid option