SList.front

Get the front element or throw an error if the list is empty. Part of the bidirectional range interface.

struct SList(T)
const
T
front
()

Meta