StructureSwift

    EmptyCollection

    A collection whose element type is Element but that is always empty.

    @frozen struct EmptyCollection<Element>

    Members

    Typealiases

    • typealias Index

      A type that represents a valid position in the collection.

    • typealias Indices

      A type that represents the indices that are valid for subscripting the collection, in ascending order.

    • typealias SubSequence

      A collection representing a contiguous subrange of this collection’s elements. The subsequence shares indices with the original collection.

    Initializers

    Instance Subscripts

    Instance Properties

    Foundation

    • var regions: EmptyCollection<Data>

      A BidirectionalCollection of DataProtocol elements which compose a discontiguous buffer of memory. Each region is a contiguous buffer of bytes.

    Instance Methods

    Foundation

    Type Operators

    Structures

    Removed Members

    Instance Methods