Type Alias BlockPointcut<atom, point>

BlockPointcut<atom, point>: ((node: SegmentBlock<atom> | RoutineBlock<atom>, parent: Node<atom>, root: Program<atom>) => undefined | null | point)

Type Parameters