tern.stream.memory_stream

Barebones memory stream implementation using IStream without any bounds checking.

Public Imports

tern.stream.impl
public import tern.stream.impl;
Undocumented in source.

Members

Classes

MemoryStream
class MemoryStream

Memory stream implementation backed by a pointer, has no bounds checking.

Meta