HCons

public class HCons<H, T> : HList where T : HList

Undocumented

  • Undocumented

    Declaration

    Swift

    public let head: H
  • Undocumented

    Declaration

    Swift

    public let tail: T
  • Undocumented

    Declaration

    Swift

    public init(_ head: H, _ tail: T)
  • Undocumented

    Declaration

    Swift

    override public var count: Int { get }