https://issues.dlang.org/show_bug.cgi?id=21663
Paul Backus <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Paul Backus <[email protected]> --- Looks like `recieveOnly` is using `isAssignable!T` where it should be using `allSatisfy!(isAssignable, T)`: https://github.com/dlang/phobos/blob/v2.095.1/std/concurrency.d#L806 --
