---
source: crates/tinymist-query/src/hover.rs
expression: content
input_file: crates/tinymist-query/src/fixtures/hover/literal_method.typ
---
Range: 0:23:0:31
```typc
let clusters(
self: str,
) = array;
```
======
Returns the grapheme clusters of the string as an array of substrings.
# Positional Parameters
## self
```typc
type: str
```
======
[Open docs](https://typst.app/docs/reference/foundations/str/#definitions-clusters)