{"id":61375,"library":"neko-function","title":"Neko Function","description":"A comprehensive modern C++ utility library that provides practical functions for common programming tasks.","status":"active","version":"1.0.11","language":"cpp","source_language":null,"source_url":null,"tags":["utility","functional","modern-cpp","header-only"],"install":[{"cmd":"vcpkg install neko-function","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(neko_function CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE neko::function)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"neko/function.hpp","correct":"#include <neko/function.hpp>"}],"quickstart":{"code":"#include <neko/function.hpp>\n#include <iostream>\n\nint main() {\n    auto result = neko::map(std::vector{1,2,3}, [](int x) { return x * 2; });\n    for (int v : result) std::cout << v << \" \"; // 2 4 6\n    return 0;\n}","lang":"cpp","description":"Minimal usage of neko::map utility."},"warnings":[],"env_vars":null,"search_vec":"'c':6 'common':14 'comprehens':4 'cpp':21 'function':2,12,18 'header':23 'header-on':22 'librari':8 'modern':5,20 'modern-cpp':19 'neko':1 'practic':11 'program':15 'provid':10 'task':16 'util':7,17","created_at":"2026-06-17T04:47:57.716018+00:00","updated_at":"2026-06-17T04:47:57.716018+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}