ts-data-forge
    Preparing search index...

    Type Alias MulResult<A, B>

    MulResult: Reconstruct<
        MulSign<SignOf<A>, SignOf<B>>,
        AddMulLevel<LevelOf<A>, LevelOf<B>>,
    >

    Result type of Num.mul applied to operands of type A and B.

    Type Parameters

    • A
    • B