jlbun
    Preparing search index...

    Interface JuliaValue

    interface JuliaValue {
        ptr: Pointer;
        get value(): any;
        toString(): string;
    }

    Implemented by

    Index

    Properties

    Accessors

    Methods

    Properties

    ptr: Pointer

    Accessors

    Methods