diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-12-13 10:28:50 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-13 10:28:50 +0900 |
| commit | 523197c831631031ef90ca8fb76f375414b1cb8e (patch) | |
| tree | d059090fb93efd530c2e6e6eb319888c5e43986a /doc/mruby3.1.md | |
| parent | 7349902d5bfff7aef08d6f069707b12cc07e0071 (diff) | |
| parent | 586525f99a982502bda6b0540ae5e1f7ac322168 (diff) | |
| download | mruby-523197c831631031ef90ca8fb76f375414b1cb8e.tar.gz mruby-523197c831631031ef90ca8fb76f375414b1cb8e.zip | |
Merge pull request #5598 from dearblue/array-combinations
Add `Array#{repeated_combination,repeated_permutation}` methods
Diffstat (limited to 'doc/mruby3.1.md')
| -rw-r--r-- | doc/mruby3.1.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mruby3.1.md b/doc/mruby3.1.md index abe2946d1..0c9ba8108 100644 --- a/doc/mruby3.1.md +++ b/doc/mruby3.1.md @@ -37,6 +37,8 @@ Keyword arguments are basically separated from ordinal arguments ## New Methods * `Array#product` +* `Array#repeated_combination` +* `Array#repeated_permutation` * `Random.bytes` * `Random#bytes` |
