Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ifaceptr (2.13 sec)

  1. src/encoding/xml/marshal_test.go

    }
    
    type CDataTest struct {
    	Chardata string `xml:",cdata"`
    }
    
    type NestedAndCData struct {
    	AB    []string `xml:"A>B"`
    	CDATA string   `xml:",cdata"`
    }
    
    func ifaceptr(x any) any {
    	return &x
    }
    
    func stringptr(x string) *string {
    	return &x
    }
    
    type T1 struct{}
    type T2 struct{}
    
    type IndirComment struct {
    	T1      T1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
Back to top