mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
6 lines
207 B
Markdown
6 lines
207 B
Markdown
## Description
|
|
|
|
`strings` provides utilities for efficiently processing large strings.
|
|
|
|
If you got here looking for methods available on the `string` struct, those
|
|
methods are found in the `builtin` module.
|