January 16, 2013 UFCS > opDispatch | ||||
---|---|---|---|---|
| ||||
Unfortunately, opDispatch [silently] takes precedence over UFCS. I don't suppose there's any way to make a UFCS function call override opDispatch without either ditching UFCS or altering/removing the opDispatch itself? |
January 16, 2013 Re: UFCS > opDispatch | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | On 2013-01-16, 22:02, Nick Sabalausky wrote: > Unfortunately, opDispatch [silently] takes precedence over > UFCS. I don't suppose there's any way to make a UFCS function call > override opDispatch without either ditching UFCS or altering/removing > the opDispatch itself? Only solution I know of is to use constraints on opDispatch. -- Simen |
Copyright © 1999-2021 by the D Language Foundation