dispose

Destroys and deallocates p of type T. It is assumed the respective entities had been allocated with the same allocator.

void
dispose
(
T
)
(,
auto ref T p
)

Parameters

T

Type of p.

allocator Allocator

Allocator the p was allocated with.

p T

Object or array to be destroyed.

Meta