## `depth`

### Signature

```solidity
function depth(StdStorage storage self, uint256 _depth) internal returns (StdStorage storage);
```

### Description

Sets the position of the value in the `tuple` (e.g. inside a `struct`).

Default value: `uint256(0)`
