StaticArray.popAt

Pop element at index.

struct StaticArray(T, uint capacity_, bool borrowChecked = false)
@trusted
static if(isMutable!T)
@"complexity", "O(length)"
void
popAt
()
(
size_t index
)

Meta