ElementIndexAction

public struct ElementIndexAction<Index, Action> where Index : Comparable
extension ElementIndexAction: Decodable where Index: Decodable, Action: Decodable
extension ElementIndexAction: Encodable where Index: Encodable, Action: Encodable
extension ElementIndexAction: Equatable where Index: Equatable, Action: Equatable
extension ElementIndexAction: Hashable where Index: Hashable, Action: Hashable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let index: Index
  • Undocumented

    Declaration

    Swift

    public let action: Action
  • Undocumented

    Declaration

    Swift

    public init(index: Index, action: Action)