- Data
alias Data = QTypedArrayData!(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- DataPointer
alias DataPointer = QArrayDataPointer!(T)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- appendInitialize
alias appendInitialize = QGenericArrayOps!T.appendInitialize
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- assign
alias assign = QGenericArrayOps!T.assign
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- compare
alias compare = QGenericArrayOps!T.compare
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- copyAppend
alias copyAppend = QGenericArrayOps!T.copyAppend
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- destroyAll
alias destroyAll = QGenericArrayOps!T.destroyAll
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- moveAppend
alias moveAppend = QGenericArrayOps!T.moveAppend
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- parameter_type
alias parameter_type = QGenericArrayOps!T.parameter_type
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- truncate
alias truncate = QGenericArrayOps!T.truncate
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- emplace
void emplace(QArrayDataPointer!T this_, qsizetype i, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
void erase(QArrayDataPointer!T this_, T* b, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(QArrayDataPointer!T this_, qsizetype i, const(T)* data, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(QArrayDataPointer!T this_, qsizetype i, qsizetype n, parameter_type t)
Undocumented in source. Be warned that the author may not have intended to support it.
- reallocate
void reallocate(QArrayDataPointer!T this_, qsizetype alloc, QArrayData.AllocationOption option)
Undocumented in source. Be warned that the author may not have intended to support it.