Expressive Java utilites and robost libraries tuned for performance.

2 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

Expressive Java utilites and robost libraries tuned for performance.

Java

AI Summary: Implement a utility function within the Kiwi Java library that infers the generic type parameter `A` from an instance of the `Box<A>` record. The function should accept a `Box<?>` object and return a `TypeToken<A>` representing the inferred type.

Complexity: 4/5
enhancement good first issue

Expressive Java utilites and robost libraries tuned for performance.

Java