Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for arraymake (0.1 sec)

  1. src/cmd/compile/internal/ssa/_gen/genericOps.go

    	{name: "StructSelect", argLength: 1, aux: "Int64"}, // arg0=struct, auxint=field index.  Returns the auxint'th field.
    
    	// Arrays
    	{name: "ArrayMake0"},                              // Returns array with 0 elements
    	{name: "ArrayMake1", argLength: 1},                // Returns array with 1 element
    	{name: "ArraySelect", argLength: 1, aux: "Int64"}, // arg0=array, auxint=index. Returns a[i].
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top