The OpenD Programming Language

dispose

Disposes a Permutations object. It destroys and then deallocates the Permutations object pointed to by a pointer. It is assumed the respective entities had been allocated with the same allocator.

Parameters

alloc Allocator

Custom allocator

perm Permutations!T

Permutations object

See Also

Meta