Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Making_slices_maps_and_channels (0.38 sec)

  1. src/internal/types/errors/codes.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#Making_slices_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: Wed Apr 03 22:50:48 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  2. 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