/** * @tsplus static Chunk.Ops getAssociativeIdentity */ export function getAssociativeIdentity(): AssociativeIdentity> { return AssociativeIdentity(Chunk.empty(), (x, y) => x.concat(y)) }