Expected.popFront

Range interface defined by empty, front, popFront. Yields one value if Expected has value.

If T == void, range interface isn't defined.

struct Expected(T, E = string, Hook = Abort)
static if(!is(T == void))
void
popFront
()
if (
!is(E == void)
)

Meta