sesaparcours
    Preparing search index...

    Interface Alea

    interface Alea {
        exp: string;
        src: string | (string | number)[];
        type: AleaSrcType;
        val: number;
    }
    Index

    Properties

    Properties

    exp: string
    src: string | (string | number)[]
    val: number