AllocationList.removeLastOccurenceOf

Find the last occurence of t and remove it

struct AllocationList(T, size_t MaxElements)
nothrow @nogc
bool
removeLastOccurenceOf
(
T t
)

Meta