Stack.front

Returns first value without removing it from stack

struct Stack(T)
@property
T
front
()

Meta