kwargs.runtime

Undocumented in source.

Members

Templates

kwargify
template kwargify(alias Function)

Wrap Function so that it's callable with its parameters in any order. No types should be repeated in its signature.

Meta