Conlang/stdlib/std/str.cl

5 lines
75 B
Common Lisp
Raw Normal View History

2024-07-25 07:05:57 -05:00
//! TODO: give conland a string type
use super::num::u8;
type str = [u8];