FixedArray.front

First (front) element.

struct FixedArray(T, uint capacity_, bool borrowChecked = false)
pragma(inline, true) ref inout @trusted return
inout(T)
front
()

Meta