1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
source: crates/tinymist-query/src/hover.rs
expression: content
input_file: crates/tinymist-query/src/fixtures/hover/annotate_dict_param.typ
---
Range: 7:20:7:32
```typc
let show-example(
..options: arguments,
inherited-scope: dictionary = (:),
) = none;
```
======
# Rest Parameters
## options
```typc
type: arguments
```
# Named Parameters
## inherited-scope
```typc
type: dictionary
```
Definitions that are made available to the entire parsed module. This parameter is only used internally.