Projects with this topic
Sort by:
-
A Julia package providing functionality for annotating arbitrary callables with type signature data.
Might help with bad inference.
Provides somewhat of a restricted way of expressing a type signature for a callable in Julia's type system.
Updated -
Lightweight function wrappers able to store and invoke any callable target without the caller having to know the details of the callee. A more performant alternative to std::function, no undefined behavior and configurable behavior when called empty.
Updated