chooseBundle

fun A_Method.chooseBundle(currentModule: A_Module): A_Bundle

Of this method's bundles, choose one that is visible in the current module. The current module is determined by the current fiber's AvailLoader. If none are visible, choose one at random.

Return

One of this method's bundles.

Parameters

currentModule

The current module being loaded.