Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Making_slices_maps_and_channels (0.44 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/typesinternal/errorcode.go

    	//
    	// Example:
    	//  var x = make([]int, 3, 2)
    	SwappedMakeArgs
    
    	// InvalidMake occurs when make is called with an unsupported type argument.
    	//
    	// See https://golang.org/ref/spec#Makingslices_maps_and_channels for
    	// information on the types that may be created using make.
    	//
    	// Example:
    	//  var x = make(int)
    	InvalidMake
    
    	// InvalidReal occurs when the real built-in function is called with an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 34K bytes
    - Viewed (0)
Back to top