---
title: "setFunctions(_:range:)"
framework: metal
role: symbol
role_heading: Instance Method
path: "metal/mtlintersectionfunctiontable/setfunctions(_:range:)"
---

# setFunctions(_:range:)

Sets a range of entries in the table.

## Declaration

```swift
func setFunctions(_ functions: [(any MTLFunctionHandle)?], range: Range<Int>)
```

## Parameters

- `functions`: The new entries for the table.
- `range`: A range of indices to change in the table.

## See Also

### Setting a table entry

- [setFunction(_:index:)](metal/mtlintersectionfunctiontable/setfunction(_:index:).md)
