time-to-botec

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

repl.txt (391B)


      1 
      2 {{alias}}()
      3     Returns the numeric group identity of the calling process.
      4 
      5     The function only returns a group identity on POSIX platforms. For all other
      6     platforms (e.g., Windows and Android), the function returns `null`.
      7 
      8     Returns
      9     -------
     10     id: integer|null
     11         Numeric group identity.
     12 
     13     Examples
     14     --------
     15     > var gid = {{alias}}()
     16 
     17     See Also
     18     --------
     19