kotlin-structs icon indicating copy to clipboard operation
kotlin-structs copied to clipboard

Struct-like data structures on the JVM, powered by Kotlin

Results 2 kotlin-structs issues
Sort by recently updated
recently updated
newest added

Since panama is a promising implementation already preview in Java 21 and before, it's finally time to think about implementing my structs library on it

Inlined a couple of classes and operators. I also pumped up the versions of a few libraries since they usually come with optimisations of their own. Also, I inlined all...