(self: Args.Args<A>)
| 334 | |
| 335 | /** @internal */ |
| 336 | export const getMinSize = <A>(self: Args.Args<A>): number => getMinSizeInternal(self as Instruction) |
| 337 | |
| 338 | /** @internal */ |
| 339 | export const getMaxSize = <A>(self: Args.Args<A>): number => getMaxSizeInternal(self as Instruction) |
nothing calls this directly
no test coverage detected
searching dependent graphs…