Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for keepTypeColumn (0.13 sec)

  1. src/go/printer/nodes.go

    		p.block(s.Body, 1)
    
    	default:
    		panic("unreachable")
    	}
    }
    
    // ----------------------------------------------------------------------------
    // Declarations
    
    // The keepTypeColumn function determines if the type column of a series of
    // consecutive const or var declarations must be kept, or if initialization
    // values (V) can be placed in the type column (T) instead. The i'th entry
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
Back to top