Search Results

phobos
std.​container.​array.​Array

Array type with deterministic control of memory. The memory allocated for the array is reclaimed as soon as possible; there is no reliance on the garbage collector. Array uses malloc, realloc and free for managing its own memory.

phobos
std.​array.​array

Convert a narrow autodecoding string to an array type that fully supports random access. This is handled as a special case and always returns an array of dchar

phobos
std.​json.​JSONValue.​array

Value getter/setter for JSONType.array.

druntime
rt.​lifetime.​Array
druntime
core.​sys.​linux.​io_uring.​io_sqring_offsets.​array
Undocumented in source.
druntime
core.​stdcpp.​array.​array

D language counterpart to C++ std::array.

druntime
rt.​util.​typeinfo.​Array
Undocumented in source.
druntime
rt.​util.​container.​array.​Array

Undocumented in source.

druntime
vdc.​interpret.​SetLengthValue.​array
Undocumented in source.
druntime
core.​sys.​windows.​winnt.​IMAGE_AUX_SYMBOL.​_Sym.​_FcnAry.​Array
Undocumented in source.
phobos
std.​json.​JSONValue.​Store.​array

Undocumented in source.

arsd-official
arsd.​dbus.​DBusAny.​__anonymous.​array
tango
rt.​compiler.​dmd.​rt.​qsort.​Array
Undocumented in source.
godot-d
godot.​core.​array.​Array

Generic array, contains several elements of any type, accessible by numerical index starting at 0. Negative indices can be used to count from the right, like in Python. Arrays are always passed by reference.

mir-algorithm
mir.​array.​allocation.​array

Allocates an array and initializes it with copies of the elements of range r.

intel-intrinsics
inteli.​types.​short16.​array
Undocumented in source.
toml
toml.​toml.​TOMLValue.​array
hunt-net
hunt.​net.​buffer.​ByteBuf.​ByteBuf.​array

Returns the backing byte array of this buffer.

tango
tango.​text.​json.​Json.​Json.​array

Create an array of values

tango
rt.​compiler.​dmd.​rt.​cInterface.​Array
Undocumented in source.