If only someone could back-port Quick Look into Panther! I didn't realize how much I use that feature as I spammed the spacebar in these emulators.
A --| B --| C
Where `A` inhibits `B` which inhibits `C`. So, while the repressor `A` is present, `C` will be transcribed. I'd imagine that simple repression is probably more common than disinhibition in gene networks, but idk. let mut i = 0;
for item in items {
item.method(i);
i += 1;
}
I don't know why you'd it that way, but Rust definitely isn't stopping you from doing that.