Type Definition object_pool::Stack[][src]

type Stack<T> = Vec<T>;