VertexInEdgeCollection
public struct VertexInEdgeCollection : Collection
The collection of all edges whose destination is a single vertex in an infinite grid.
-
The index into the collection.
Declaration
Swift
public typealias Index = GridDirection.AllCases.Index -
The elements of the collection.
Declaration
Swift
public typealias Element = GridEdge -
The first valid index in
self.Declaration
Swift
public var startIndex: Index { get } -
Declaration
Swift
public var endIndex: Index { get } -
-
View on GitHub
VertexInEdgeCollection Structure Reference