// codegen:start {preset: barrel, include: ./ImmutableQueue/*.ts, prefix: "@tsplus/stdlib/collections"} export * from "@tsplus/stdlib/collections/ImmutableQueue/append" export * from "@tsplus/stdlib/collections/ImmutableQueue/appendAll" export * from "@tsplus/stdlib/collections/ImmutableQueue/definition" export * from "@tsplus/stdlib/collections/ImmutableQueue/dequeue" export * from "@tsplus/stdlib/collections/ImmutableQueue/drop" export * from "@tsplus/stdlib/collections/ImmutableQueue/empty" export * from "@tsplus/stdlib/collections/ImmutableQueue/filter" export * from "@tsplus/stdlib/collections/ImmutableQueue/find" export * from "@tsplus/stdlib/collections/ImmutableQueue/from" export * from "@tsplus/stdlib/collections/ImmutableQueue/head" export * from "@tsplus/stdlib/collections/ImmutableQueue/make" export * from "@tsplus/stdlib/collections/ImmutableQueue/prepend" export * from "@tsplus/stdlib/collections/ImmutableQueue/single" export * from "@tsplus/stdlib/collections/ImmutableQueue/size" export * from "@tsplus/stdlib/collections/ImmutableQueue/splitAt" // codegen:end