leo/compiler/stdlib/prelude/string.leo

1 line
24 B
Plaintext
Raw Normal View History

2021-09-10 15:55:07 +03:00
type string = [char; _];