m3.m3

Undocumented in source.

Members

Aliases

printf
alias printf = core.stdc.stdio.printf
Undocumented in source.

Classes

A
class A
Undocumented in source.
B
class B
Undocumented in source.

Enums

TypeOfClass
enum TypeOfClass
Undocumented in source.

Functions

append
T append(T arr, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
destruct
void destruct(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
destruct
void destruct(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
destruct
void destruct(T arr)
Undocumented in source. Be warned that the author may not have intended to support it.
emplace
auto emplace(void[] buf, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
make
auto make(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
make
auto make(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
make
T make(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
T* reserve(T* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
T reserve(T arr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

C
struct C
Undocumented in source.

Templates

ArrayPtrTypeOf
template ArrayPtrTypeOf(T)
Undocumented in source.
BasicTypeOf
template BasicTypeOf(T)
Undocumented in source.
DimOf
template DimOf(T)
Undocumented in source.
NextTypeOf
template NextTypeOf(T)
Undocumented in source.
SizeOf
template SizeOf(T)
Undocumented in source.
TypeOf
template TypeOf(T, TypeOfClass toc = TypeOfClass.AsClass)
Undocumented in source.

Meta