Stack

fun <T> Stack(items: List<T> = emptyList())