dense bool maps that are shaped like minecraft chunks for no reason at all

This commit is contained in:
alexander.nutz
2024-08-02 10:14:34 +02:00
parent aca62fd413
commit 7b44c2ba00
12 changed files with 551 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ repositories {
}
dependencies {
implementation("me.alex_s168:blitz:0.19")
implementation("me.alex_s168:blitz:0.20")
}
```
@@ -235,7 +235,11 @@ val json = """
"""
println(JSON.parse(json)!!.obj["b"]!!.obj["1"]!!.num)
```
### Either
No example yet
### Tree
No example yet
### Features without examples
- `Either<A, B>`
- `Tree`
- `ByteVec`
- `BlitzHashMap`
- `Dense16x16BoolMap`
- `DenseIx16x16BoolMap`
- `SlicedIntKeyMap`