VertexInEdgeCollection
public struct VertexInEdgeCollection : Collection
The collection of in edges to a vertex.
-
Declaration
Swift
public var startIndex: Int { get }
-
Declaration
Swift
public var endIndex: Int { get }
-
Declaration
Swift
public subscript(index: Int) -> Int { get }
-
Declaration
Swift
public func index(after index: Int) -> Int