# Sls String
*string.h*
## Formats
- `c` char\*
- `d` int32_t
- `l` int64_t
- `u` uint64_t
- `z` size_t
- `f` double
- `s` string.h SlsStr
- `t` lexer.h TokenType
- `a` lexer.h ArrayType
- `i` lexer.h IntegerBuiltInType
- `e` error.h SlsError
- `b` bool.h Boolean