diff options
| author | Drahflow <drahflow@gmx.de> | 2015-06-16 17:30:01 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-06-16 17:30:01 +0200 |
| commit | e7ca24617e1f3a38f5ae31a49e1f2fd67ddc9931 (patch) | |
| tree | e0c67c835d01674184ad9a0807247bc0abfdf49c /elymas | |
| parent | 87b60ff694de44bbf7a91cd408d675cad681be76 (diff) | |
Make it a little faster
Diffstat (limited to 'elymas')
| -rw-r--r-- | elymas/lib/list.ey | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elymas/lib/list.ey b/elymas/lib/list.ey index dceb575..20d569e 100644 --- a/elymas/lib/list.ey +++ b/elymas/lib/list.ey @@ -53,9 +53,9 @@ { ==l [ -01 NONE ] l .len { _ 1 l .end =[] - } { + }" { _ l .setStart - } ? * + }" ? * l .setEnd l .len 1 add l .setLen } /append1 defmd |
