Other Protocols
The following protocols are available globally.
-
Internal protocol. (Sure which we had scoped conformances…)
A protocol to hang default implementations of methods off of.
A
See more_DenseIntegerVertexIdGraphis a graph whose vertex id’s are 0..<vertexCount.Declaration
Swift
public protocol _DenseIntegerVertexIdGraph : SearchDefaultsGraph, VertexListGraph where Self.VertexCollection == Range<Int> -
Allows dynamically excluding edges that meet a given criteria from a graph.
See moreDeclaration
Swift
public protocol EdgeFilterProtocol
View on GitHub
Other Protocols Reference