(self: Options.Options<A>)
| 453 | |
| 454 | /** @internal */ |
| 455 | export const getMinSize = <A>(self: Options.Options<A>): number => getMinSizeInternal(self as Instruction) |
| 456 | |
| 457 | /** @internal */ |
| 458 | export const getMaxSize = <A>(self: Options.Options<A>): number => getMaxSizeInternal(self as Instruction) |
nothing calls this directly
no test coverage detected