Open Issues Need Help
View All on GitHub enhancement help wanted
Infer TypeToken from object. 2 months ago
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