ImSpan

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Constructors

this
this(tType* data, int size)
Undocumented in source.
this
this(tType* data, tType* data_end)
Undocumented in source.

Members

Functions

begin
tType* begin()
Undocumented in source. Be warned that the author may not have intended to support it.
end
tType* end()
Undocumented in source. Be warned that the author may not have intended to support it.
index_from_ptr
int index_from_ptr(tType* it)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
tType* opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(tType* data, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(tType* data, tType* data_end)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
size_in_bytes
int size_in_bytes()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

Data
tType* Data;
Undocumented in source.
DataEnd
tType* DataEnd;
Undocumented in source.

Meta