named-arguments
There are 21 repositories under named-arguments topic.
tdnguyen6/flexible-fn-rs
Demonstration of flexible function calls in Rust with function overloading, named arguments and optional arguments
CodelyTV/youtube-code-examples
🎥 Collection of code examples used in our screencasts about programming best practices
bluescarni/igor
Named arguments for C++17
mykolav/require-named-args-fs
Force named arguments: a Roslyn code analyzer and code-fix provider for C#
mykolav/use-named-args-fs
Suggest named arguments: a Roslyn code analyzer and code-fix provider for C#
iorate/cpp-flexargs
Implements keyword arguments in C++17
izolate/yesql
A tool to write raw SQL in Go more effectively
bebuch/named-arguments
C++17 named arguments library based on an idea from Richard Powell
danielgatis/go-keyval
A Variadic helper to mimic named arguments.
mvc5/mvc5
PHP 8 Programming Environment with Immutable Components
mvc5/mvc5-application
PHP 8 Demo Web Application
randomseed-io/futils
Function Utilities Library for Clojure
SteveGilham/altcode.test
Named argument overloads for unit test frameworks
techgaun/named_arguments
Python like named arguments in Elixir
acd1034/cpp-namedargs
Parse strings and convert to classes
jogemu/ob_html
Seamlessly generate HTML with PHP functions. Use named arguments to set attributes, neatly nest tags and allow HTML forms to update PHP variables.
kombucha-js/fold-args
a named arguments parser with a consistent robust protocol; via `folding` JavaScript argumenets in the sense of the computer language Scheme
cxw42/Getargs-Mixed
Parse Perl subroutine arguments, positional or named.
Quincunx271/nickel
Named Parameters for C++
Rudxain/ArgNamer.js
Decorator to get a function with named arguments. In JavaScript
VaibhavMojidra/Kotlin---Demo-Named-Arguments
Named arguments is a feature in Kotlin that allows you to pass arguments to a function by specifying the name of the parameter along with the value, instead of relying solely on the order of the parameters.