NonEmptyArray

public struct NonEmptyArray<T>

Undocumented

  • Undocumented

    Declaration

    Swift

    public let first: T
  • Undocumented

    Declaration

    Swift

    public let others: [T]
  • all

    Undocumented

    Declaration

    Swift

    public var all: [T] { get }
  • Undocumented

    Declaration

    Swift

    public init(first: T, others: [T])