This commit is contained in:
2026-01-25 20:43:12 +01:00
parent b1a982aaa0
commit ac83ceb2cb
6 changed files with 176 additions and 23 deletions

View File

@@ -43,7 +43,6 @@ pub enum Op {
Set,
GetContext(String),
Rand,
Rrand,
Seed,
Cycle,
Choose,
@@ -81,4 +80,6 @@ pub enum Op {
Noise,
Chain,
Loop,
Degree(&'static [i64]),
Oct,
}