SList.front

Forward to opSlice().front.

Complexity: O(1)

struct SList(T)
@property ref
T
front
()
if (
!is(T == shared)
)

Meta