Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NKeys (0.37 sec)

  1. src/cmd/compile/internal/syntax/nodes.go

    		Bad   bool // true means the literal Value has syntax errors
    		expr
    	}
    
    	// Type { ElemList[0], ElemList[1], ... }
    	CompositeLit struct {
    		Type     Expr // nil means no literal type
    		ElemList []Expr
    		NKeys    int // number of elements with keys
    		Rbrace   Pos
    		expr
    	}
    
    	// Key: Value
    	KeyValueExpr struct {
    		Key, Value Expr
    		expr
    	}
    
    	// func Type { Body }
    	FuncLit struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 14:52:38 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top