Alias definitions of the Vref, the bucket element and the delegate type.
Alias definitions of the Vref, the bucket element and the delegate type.
Alias definitions of the Vref, the bucket element and the delegate type.
Kref type alias definition: A dynamic array of the base type of K if K is a static array or K itself otherwise.
Invokes dg with the key and, unless V is 'void', the value of element.
Same method as above, but with counter
opApply wrapper to work around the problem that it isn't possible to have a static array opApply() argument because 'ref' is not allowed with a static array. Instead, the wrapper slices the argument and passes the slice to the 'foreach' body.
If the value type is 'void', the iteration delegate will only have a key argument.