// codegen:start {preset: barrel, include: ./operations/*.ts, prefix: "@effect/core/stm/TArray"} export * from "@effect/core/stm/TArray/operations/collectFirst" export * from "@effect/core/stm/TArray/operations/collectFirstSTM" export * from "@effect/core/stm/TArray/operations/contains" export * from "@effect/core/stm/TArray/operations/count" export * from "@effect/core/stm/TArray/operations/countSTM" export * from "@effect/core/stm/TArray/operations/empty" export * from "@effect/core/stm/TArray/operations/exists" export * from "@effect/core/stm/TArray/operations/existsSTM" export * from "@effect/core/stm/TArray/operations/find" export * from "@effect/core/stm/TArray/operations/findLast" export * from "@effect/core/stm/TArray/operations/findLastSTM" export * from "@effect/core/stm/TArray/operations/findSTM" export * from "@effect/core/stm/TArray/operations/firstMaybe" export * from "@effect/core/stm/TArray/operations/forAll" export * from "@effect/core/stm/TArray/operations/forAllSTM" export * from "@effect/core/stm/TArray/operations/forEach" export * from "@effect/core/stm/TArray/operations/from" export * from "@effect/core/stm/TArray/operations/get" export * from "@effect/core/stm/TArray/operations/indexOf" export * from "@effect/core/stm/TArray/operations/indexOfFrom" export * from "@effect/core/stm/TArray/operations/indexWhere" export * from "@effect/core/stm/TArray/operations/indexWhereFrom" export * from "@effect/core/stm/TArray/operations/indexWhereFromSTM" export * from "@effect/core/stm/TArray/operations/indexWhereSTM" export * from "@effect/core/stm/TArray/operations/isEmpty" export * from "@effect/core/stm/TArray/operations/lastIndexOf" export * from "@effect/core/stm/TArray/operations/lastIndexOfFrom" export * from "@effect/core/stm/TArray/operations/lastMeybe" export * from "@effect/core/stm/TArray/operations/length" export * from "@effect/core/stm/TArray/operations/make" export * from "@effect/core/stm/TArray/operations/maxMaybe" export * from "@effect/core/stm/TArray/operations/minMaybe" export * from "@effect/core/stm/TArray/operations/reduce" export * from "@effect/core/stm/TArray/operations/reduceMaybe" export * from "@effect/core/stm/TArray/operations/reduceMaybeSTM" export * from "@effect/core/stm/TArray/operations/reduceSTM" export * from "@effect/core/stm/TArray/operations/toChunk" export * from "@effect/core/stm/TArray/operations/transform" export * from "@effect/core/stm/TArray/operations/transformSTM" export * from "@effect/core/stm/TArray/operations/update" export * from "@effect/core/stm/TArray/operations/updateSTM" // codegen:end