ArrayParameter

public protocol ArrayParameter<E> : AnyParameter

Undocumented

  • E

    Undocumented

    Declaration

    Swift

    associatedtype E
  • Undocumented

    Declaration

    Swift

    var arrayValue: Array<E> { get }