Crumb

public struct Crumb

Undocumented

  • Associated value of the currently in-focus tree.

    Declaration

    Swift

    public let value: Either<Branch, Leaf>
  • The other trees to the left and right of the tree currently in focus.

    Declaration

    Swift

    public let trees: ([Tree], [Tree])