mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
Modify extend to better match behavior of ! operator
This commit is contained in:
@@ -2928,7 +2928,7 @@ export const drop = stepRegister('drop', function (i, pat) {
|
||||
* ).pace(8)
|
||||
*/
|
||||
export const extend = stepRegister('extend', function (factor, pat) {
|
||||
return pat.fast(factor).expand(factor);
|
||||
return pat.repeatCycles(factor).fast(factor).expand(factor);
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user