Immertation
    Preparing search index...

    Type Alias Box<T>

    Return type from inspect's box() method

    type Box<T> = {
        inspect: Inspect<T>;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    inspect: Inspect<T>
    value: T