Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/lang/functional/zip.js

  • Provides:

    • dojox.lang.functional.zip
  • dojox.lang.functional.zip

    • returns
      Array
    • summary
      returns an array of arrays, where the i-th array
      contains the i-th element from each of the argument arrays.
    • description
      This is the venerable zip combiner (for example,
      see Python documentation for general details). The returned
      array is truncated to match the length of the shortest input
      array.
    • type
      Function
  • dojox.lang.functional.unzip

    • parameters:
      • a: (typeof Array)
    • returns
      Array
    • summary
      similar to dojox.lang.functional.zip(), but takes
      a single array of arrays as the input.
    • description
      This function is similar to dojox.lang.functional.zip()
      and can be used to unzip objects packed by
      dojox.lang.functional.zip(). It is here mostly to provide
      a short-cut for the different method signature.
    • type
      Function
  • dojox.lang.functional

    • alias - dojox.lang.functional
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object