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_DenseIntegerVertexIdGraph
is 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