# `GSLayer setAnchorsFast:`

*Instance Method*

Internal fast anchor setter.

## Declaration

```swift
func setAnchorsFast(_ anchors: MGOrderedDictionary<AnyObject, AnyObject>)
```

```objc
- (void) setAnchorsFast:(MGOrderedDictionary *) anchors;
```

```python
setAnchorsFast_(anchors: MGOrderedDictionary)
```

