TreePartial

public typealias TreePartial = ForTree
  • Declaration

    Swift

    public static func eq<A>(_ lhs: TreeOf<A>, _ rhs: TreeOf<A>) -> Bool where A : Equatable
  • Declaration

    Swift

    public static func hash<A>(_ fa: TreeOf<A>, into hasher: inout Hasher) where A : Hashable