mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
7 lines
61 B
V
7 lines
61 B
V
module builtin
|
|
|
|
pub struct string {
|
|
pub:
|
|
str &u8
|
|
len int
|
|
}
|