Support Boolean type
Open
enhancement
- Dominant language
- Rust
- Stars
- 86
- Forks
- 18
- Avg merge
- 20h 49m
- Merged PRs (30d)
- 1
Description
I couldn't find a way to use bool. Interim I am trying to use:
```
enum Bool: 1 {
false = 0,
true = 1
}
```
Contributor guide
Assessment
This issue has not been assessed yet.