Traqula
    Preparing search index...

    Interface Wrap<T>

    Wrapper type for localization, can be used to state localization information about any other type (including primitive types)

    interface Wrap<T> {
        loc: SourceLocation;
        val: T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    val: T