use ;
use Coroutine;
use ;
/// Builds a Lua coroutine that alternates between two ref lanes.
///
/// Lowers Lua coroutines onto the control organ's [`Coroutine`] rather than
/// defining bespoke coroutine semantics.
/// Constructs a Lua table from keyed entries as a mutation-organ table value.
///
/// Lowers Lua tables onto the mutation organ's [`MutableTable`]; mutating the
/// result requires the standard mutate capability.
/// Borrows the [`MutableTable`] backing a Lua table value.