Registry / utility / neko-function

neko-function

JSON →
library1.0.11vcpkgunverified

A comprehensive modern C++ utility library that provides practical functions for common programming tasks.

vcpkg install neko-function
INSTALL
IMPORT
SIG · NEKO-FUNCTION
N
neko-function
utilitycppv1.0.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

neko/function.hpp
#include <neko/function.hpp>

Minimal usage of neko::map utility.

#include <neko/function.hpp> #include <iostream> int main() { auto result = neko::map(std::vector{1,2,3}, [](int x) { return x * 2; }); for (int v : result) std::cout << v << " "; // 2 4 6 return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.11latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

neko-function — pip install neko-function · libregistry