Function MovingBuffer.peek

Returns a read-only slice, typed as const(T)[], containing all data currently available in the buffer.

Prototype

const(T)[] peek(T)();

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

BSL-1.0.