https://issues.dlang.org/show_bug.cgi?id=13591
Seb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Seb <[email protected]> --- > Currently, it is clumsy to change the type of an Element in a pipeline Well, the status quo for whole elements a.b.pipe!(a => cast(T)).c.d And for elements: a.b.map!(a => cast(T)).c.d Or is this just a request to generalize std.exception.assumeUnique into assume!XYZ, but being @safe for all its generalizations? --
