Count

public struct Count: Decodable

A struct cointaing the number of elements.

  • The number of elements.

    Declaration

    Swift

    public let count: Int