Update README.md

This commit is contained in:
alex_s168
2024-03-28 21:28:16 +01:00
committed by GitHub
parent 92ca21d531
commit ceed3fd42a

View File

@@ -1,17 +1,5 @@
# Blitz
Kotlin library which mainly focuses on functional programming.
Features:
- Monads
- Either
- Caching delegated property (similar to lazy)
- A lot of sequence utils
- Streaming IO using kotlinx.io
- ByteVec (alternative to ByteBuf)
- BitVec (similar to bit sets in other languages)
- "Lazy" sequences
- A lot of generative sequence types
- BitField
Big Kotlin library adding features that the Kotlin standard library just does not have (and might never get)
## How to get
```kotlin
@@ -106,4 +94,4 @@ println(a.contents == b.contents) // true
println(b.contents) // [1, 2, 3, 4]
```
### Either
No example yet
No example yet