---
title: "init(options:)"
framework: foundation
role: symbol
role_heading: Initializer
path: "foundation/nspointerfunctions/init(options:)"
---

# init(options:)

Returns an NSPointerFunctions object initialized with the given options.

## Declaration

```swift
init(options: NSPointerFunctions.Options = [])
```

## Parameters

- `options`: The options for the new NSPointerFunctions object.

## Return Value

Return Value The NSPointerFunctions object, initialized with the given options.

## See Also

### Related Documentation

- [Collections Programming Topics](apple-archive/documentation/Cocoa/Conceptual/Collections.md)
