return {
        empty: () => new IndOrdSeq(empty(measure)),
        from: (iterable) => new IndOrdSeq(empty(measure)).insertValues(iterable),
    };