NodeBuilder.leadingParams

Count node parameters present at the beginning of the given type list. This function is only available at compile-time.

If a node parameter is passed *after* a non-parameter, it will not be included in the count, and will not be treated as one by ComponentBuilder.

struct NodeBuilder(T, alias fun = "a")
static
int
leadingParams
(
Args...
)
()

Meta