Define a function's dependencies in the function itself at the top.
This might be more convenient that the general approach here in some cases.
We can either inline only the functions of the target package or go further, we should provide a list of packages to use or not use or this would get out of hand
This won't produce beautiful code (not DRY for sure) but performance should not suffer much and we can get a self contained function easily.
Define a function's dependencies in the function itself at the top. This might be more convenient that the general approach here in some cases. We can either inline only the functions of the target package or go further, we should provide a list of packages to use or not use or this would get out of hand This won't produce beautiful code (not DRY for sure) but performance should not suffer much and we can get a self contained function easily.
Maybe not in this package since it's cursed now