Interface Tail<T>

interface Tail<T> {
    tail(): T;
}

Type Parameters

  • T

Hierarchy (view full)

Methods

Methods