DataPipe.empty

Test if internal buffer is empty

class DataPipe(E)
final pure const @safe
bool
empty
()

Return Value

Type: bool

true if internal buffer is empty (nothing to get())

Meta