/** * @packageDocumentation * @module std.internal */ export interface ISize { /** * Number of elements in the container. */ size(): number; } //# sourceMappingURL=ISize.d.ts.map