StaticArray.popFront

Pop first (front) element.

struct StaticArray(T, uint capacity_, bool borrowChecked = false)
ref
static if(isMutable!T)
popFront
()

Meta