future<T> static method

TypeTree future<T>()

Implementation

static TypeTree future<T>() => TypeTreeN<Future>([terminal<T>()]);