Vinyl
    Preparing search index...

    Type Alias Immutable<T>

    Immutable: ReadonlyDeep<T>

    A type alias to ReadonlyDeep that has the additional connotation that the value is constant.

    An immutable object may or may not be frozen, but write access should always consider to be forbidden.

    Type Parameters

    • T