tinymist-query 0.14.16-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/hover.rs
expression: content
input_file: crates/tinymist-query/src/fixtures/hover/literal_method2.typ
---
Range: 0:22:0:25

```typc
let len(
  self: array,
) = int;
```


======


The number of values in the array.

# Positional Parameters

## self

```typc
type: array
```




======


[Open docs](https://typst.app/docs/reference/foundations/array/#definitions-len)