mathue
    Preparing search index...

    Interface AdditiveGroup<T>

    interface AdditiveGroup<T> {
        add(other: T): T;
        subtract(other: T): T;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Methods

    Methods