TreePath

public struct TreePath<N> where N : TreeNode

Undocumented

  • Undocumented

    Declaration

    Swift

    public let parent: N?
  • Undocumented

    Declaration

    Swift

    public let index: Int
  • Undocumented

    Declaration

    Swift

    public init(parent: N?, index: Int)