Available on python
This type represents python **kwargs feature, supporting passing named arguments to a function.
**kwargs
Example:
function f(kwargs:KwArgs<{a:Int}>) {} f({a: 10});
@:implinlineget<V>(key:String, def:V):V
@:impl@:toinlinetoDict():Dict<String, Dynamic>
@:implinlinetyped():T