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