- yDel
void yDel(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- yDel
void yDel(T p)
Undocumented in source. Be warned that the author may not have intended to support it.
- yDel
void yDel(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
- yNew
auto yNew(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
- yNewArray
T[] yNewArray(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- yNewArray
T[] yNewArray(size_t length, T init)
Undocumented in source. Be warned that the author may not have intended to support it.
- yNewArray
Unqual!(ElementEncodingType!R)[] yNewArray(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
- yNewArray
T[] yNewArray(R range)
Undocumented in source. Be warned that the author may not have intended to support it.