An open API service providing repository metadata for many open source software ecosystems.

Topic: "function signature"

rmettler/cpp_delegates

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.

Last synced at: almost 2 years ago - Stars: 3 - Forks: 1

nsajko/EnforcedTypeSignatureCallables.jl

A tiny Julia package providing a simple wrapper type for enforcing the argument and return types of a wrapped callable object. Basically provides a way to express a type signature for a callable in Julia's type system.

Last synced at: 2 months ago - Stars: 0 - Forks: 0