definition(named:in:)
Returns the first node definition with the given name, or nil if none is found.
Declaration
final func definition(named name: String, in bundle: String? = nil) -> ComputeNodeGraph.NodeDefinition?Discussion
Pass nil for bundle to search across all bundles.