feat: add method max to Outcome

This commit is contained in:
2025-11-16 09:30:22 +01:00
parent 32eafd26bc
commit 1688b2acc2
4 changed files with 50 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#[derive(Debug, PartialEq, PartialOrd, Eq, Ord, Clone, Copy, Hash)]
pub enum E {
FindMin,
ProcessInput,
SumValues,
}