dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
ParameterList.length
dmd
mtype
ParameterList
Returns the number of expanded parameters. Complexity: O(N).
struct
ParameterList
size_t
length
(
)
Meta
Source
See Implementation
dmd
mtype
ParameterList
functions
hasDefaultArgs
length
opApply
opEquals
opIndex
variables
parameters
Returns the number of expanded parameters. Complexity: O(N).