Why Nostr? What is Njump?
2024-07-08 18:49:10
in reply to

TheSameCat on Nostr: I’m not super familiar with ranges as I don’t program in any languages that lean ...

I’m not super familiar with ranges as I don’t program in any languages that lean into it. I can give a C# example though.

Say I have a list of strings (List<string> myCoworkers):

foreach (var coworker in myCoworkers)
{
Console.WriteLine(coworker);
}

Does that make sense? No need for an index.
Author Public Key
npub1wtuh24gpuxjyvnmjwlvxzg8k0elhasagfmmgz0x8vp4ltcy8ples54e7js