time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

repl.txt (293B)


      1 
      2 {{alias}}()
      3     Tests for native `Symbol.iterator` support.
      4 
      5     Returns
      6     -------
      7     bool: boolean
      8         Boolean indicating if an environment has native `Symbol.iterator`
      9         support.
     10 
     11     Examples
     12     --------
     13     > var bool = {{alias}}()
     14     <boolean>
     15 
     16     See Also
     17     --------
     18