Stack.Element

Undocumented in source.
struct Stack(T)
alias Element = Tuple!(T, "data", uint, "depth")

Meta