---
title: "ComputeNodeGraph.NodeDefinition.Kind.standardLibrary(type:function:)"
framework: Compute Graph
role: symbol
role_heading: Case
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "computegraph/computenodegraph/nodedefinition/kind-swift.enum/standardlibrary(type:function:)"
---

# ComputeNodeGraph.NodeDefinition.Kind.standardLibrary(type:function:)

A call to a standard library function with the specified data type.

## Declaration

```swift
case standardLibrary(type: ComputeNodeGraph.DataType, function: StandardLibraryFunction)
```
