Context

public struct Context : Equatable

Group in context, applying to the indices of the leaves to which it applies.

  • Declaration

    Swift

    public let group: Group
  • Range of leaves to which the group applies.

    Declaration

    Swift

    public let leafRange: CountableClosedRange<Int>
  • Createss a Group.Context with the given group for the given range of leaf indices.

    Declaration

    Swift

    public init(for group: Group, in range: CountableClosedRange<Int>)