Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for c1k1 (1.96 sec)

  1. src/internal/types/testdata/check/expr0.go

    	c1 complex128 = c0
    	c2 = +1
    	c3 = +c0
    	c4 complex128 = +1
    	c5 complex128 = +c4
    	c6 = -1
    	c7 = -c0
    	c8 complex128 = -1
    	c9 complex128 = -c4
    	c10 = !c0 /* ERROR "not defined" */
    	c11 = ^1
    	c12 = ^i0
    	c13 complex128 = ^1
    	c14 complex128 = ^c4 /* ERROR "not defined" */
    	c15 = *c0 /* ERROR "cannot indirect" */
    	c16 = &c0
    	c17 = *u16
    	c18 = <-u16 /* ERROR "cannot receive" */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 16:11:16 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top