argumentOfList

inline fun <T : Any> argumentOfList(): Argument<List<T>>

Shortcut to create an argument of a list the given type

Return

An Argument<>

Author

Will Buck

Since

1.0.0

Parameters

T

The argument type