ocean.core.buffer

Modules

NoIndirections
module ocean.core.buffer.NoIndirections

Implementation of buffer which contains elements with no indirections within them (== purely value types).

Void
module ocean.core.buffer.Void

Implementation of buffer version compatible with void[].

WithIndirections
module ocean.core.buffer.WithIndirections

Implementation of buffer which contains elements with indirections within them. Such elements can't be implicitly converted between const and mutable and thus API must be conservatively mutable.