Array.front

Get front element.

struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
@property pragma(inline, true) const @trusted
@"complexity", "O(1)"
E
front
()

Meta