Merge pull request #771 from daslyfe/add_pick_and_squeeze_functions

Add pick and squeeze functions
This commit is contained in:
Felix Roos 2023-11-01 22:11:48 +01:00 committed by GitHub
commit 158fa85c46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 91 additions and 1 deletions

View file

@ -60,4 +60,12 @@ import { JsDoc } from '../../docs/JsDoc';
<JsDoc client:idle name="invert" h={0} />
## pick
<JsDoc client:idle name="pick" h={0} />
## squeeze
<JsDoc client:idle name="squeeze" h={0} />
After Conditional Modifiers, let's see what [Accumulation Modifiers](/learn/accumulation) have to offer.