- Bind
void Bind()
Undocumented in source. Be warned that the author may not have intended to support it.
- Map
T[] Map(size_t offset, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
- Map
T[] Map()
Undocumented in source. Be warned that the author may not have intended to support it.
- Resize
void Resize(long size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Resize
void Resize(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- Unbind
void Unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
- Unmap
void Unmap()
Undocumented in source. Be warned that the author may not have intended to support it.
- Update
void Update(T[] arr, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- Update
void Update(void delegate(T[] arr) update)
Undocumented in source. Be warned that the author may not have intended to support it.