import { concreteChunkId } from "@tsplus/stdlib/collections/Chunk/definition" /** * Buckets iterator. * * @tsplus getter Chunk buckets */ export function buckets(self: Chunk): Iterable> { return concreteChunkId(self)._buckets() }