Description Usage Arguments Examples
Helper for making a gen with a size parameter. Pass a function which takes an int and returns a gen.
1 | gen.sized(f)
|
f |
the function, taking a size and returning a generator |
1 | gen.sized ( function(e) gen.element(1:e) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.