Sha256: 8f00721dae2eb706342304989b38a147bd2f5238d0263049c034e77c6fbe9a54

Contents?: true

Size: 253 Bytes

Versions: 2

Compression:

Stored size: 253 Bytes

Contents

## Array#**

    require 'facets/array/op_pow'

Alias for Array#product

NOTE: This method is not a common core extension and is not loaded automatically
when using ```require 'facets'```

    ([1,2] ** [3,4]).assert == [[1, 3], [1, 4], [2, 3], [2, 4]]

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
facets-glimmer-3.2.0 demo/core/array/op_pow.md
facets-3.1.0 demo/core/array/op_pow.md