Files
modeling-app/docs/kcl
Adam Chalmers 30b1dae38a KCL: Sweep stdlib fn now uses keyword args (#5300)
Before:
```
|> sweep({ path = myPath }, %)
```

After:
```
|> sweep(path = myPath)
```
2025-02-07 18:35:04 +00:00
..
2024-10-02 22:05:12 -07:00
2024-10-02 22:05:12 -07:00
2025-02-05 18:28:15 -05:00
2024-10-02 22:05:12 -07:00
2024-10-02 22:05:12 -07:00
2024-10-02 22:05:12 -07:00
2024-10-02 22:05:12 -07:00
2025-01-07 20:24:24 +00:00
2024-10-28 20:52:51 -04:00
2024-10-02 22:05:12 -07:00