Conlang/stdlib/std/str.cl

5 lines
75 B
Common Lisp
Raw Permalink Normal View History

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