argumentOf

inline fun <T : Any> argumentOf(): Argument<T>

Shortcut to create an argument of the given type

Return

An Argument

Author

Will Buck

Since

1.0.0

Parameters

T

The argument type