Interface Head<T>

interface Head<T> {
    head(): T;
}

Type Parameters

  • T

Hierarchy (view full)

Methods

Methods