-
Release v0.1.0
released this
2025-04-10 10:56:19 +00:00 | 19 commits to master since this releaseThis is the first Release of Cutin with the initial features needed in Marinara.
- add ReflectedMethods to simplify Reflected Method invocation (
075f0e13c9
) - add MethodContainers to abstract away basic code and have a basis for any MethodContainer (
52a05dd9d7
) - add BestCandidate Method that always finds the Method with the best matching parameters and the same name (
25b2e49396
)
- Tueem
Downloads
- add ReflectedMethods to simplify Reflected Method invocation (