---
title: pointerFunctions
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nspointerarray/pointerfunctions
---

# pointerFunctions

The functions in use by the receiver.

## Declaration

```swift
@NSCopying var pointerFunctions: NSPointerFunctions { get }
```

## Discussion

Discussion The returned object is a new NSPointerFunctions object that you can modify and/or use directly to create other pointer collections.

## See Also

### Getting the Pointer Functions

- [NSPointerFunctions](foundation/nspointerfunctions.md)
