Function MmappedBuffer.alloc

Allocates space for at least n new objects of type T to be written to the buffer.

Prototype

T[] alloc(T)(
  size_t n
);

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

BSL-1.0.