Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created November 9, 2025 12:24
Show Gist options
  • Select an option

  • Save wullemsb/5f2a9aaa6e1caae0cc6cc3af868b65ae to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/5f2a9aaa6e1caae0cc6cc3af868b65ae to your computer and use it in GitHub Desktop.
var stack = new ImmutableStack<int>(new[] { 1, 2, 3, 4, 5 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment