5 lines
75 B
Common Lisp
5 lines
75 B
Common Lisp
//! TODO: give conland a string type
|
|
use super::num::u8;
|
|
|
|
type str = [u8];
|