List.remove

Remove the element at the specified index.

This function could cause a memory reallocation.

interface List(T)
void
remove
@nogc
(
size_t index
)

Parameters

index
Type: size_t

the index of the element to be removed

Meta