Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InitOrder (0.25 sec)

  1. src/cmd/compile/internal/types2/api.go

    	//
    	Scopes map[syntax.Node]*Scope
    
    	// InitOrder is the list of package-level initializers in the order in which
    	// they must be executed. Initializers referring to variables related by an
    	// initialization dependency appear in topological order, the others appear
    	// in source order. Variables without an initialization expression do not
    	// appear in this list.
    	InitOrder []*Initializer
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 13:48:53 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top