Juno-Windows-Class-Library
Juno-Windows-Class-Library copied to clipboard
.from? Where
I seem to have found a mystery method.
no property from for type SAFEARRAY
https://github.com/JesseKPhillips/Juno-Windows-Class-Library/blob/master/juno/com/core.d#L1273
I'm not sure where it is located, but it may be in juno.base.core or juno.base.native. Look for a function 'from' that takes a SAFEARRAY.
I have changed mine to else
static if (isArray!(T)) parray = SAFEARRAY.opCall(value);
It seems to work. maybe there is a from function somewhere. but i couldn't find it with a git search.