Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/root/arm/go/src/go/doc/testdata/issue22856.0.golden

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


// 
PACKAGE issue22856

IMPORTPATH
	testdata/issue22856

FILENAMES
	testdata/issue22856.go

FUNCTIONS
	// NewPointerSliceOfSlice is not a factory function because slices ...
	func NewPointerSliceOfSlice() [][]*T

	// NewSlice3 is not a factory function because 3 nested slices of ...
	func NewSlice3() [][][]T

	// NewSliceOfSlice is not a factory function because slices of a ...
	func NewSliceOfSlice() [][]T


TYPES
	// 
	type T struct{}

	// 
	func New() T

	// 
	func NewArray() [1]T

	// 
	func NewPointer() *T

	// 
	func NewPointerArray() [1]*T

	// 
	func NewPointerOfPointer() **T

	// 
	func NewPointerSlice() []*T

	// 
	func NewSlice() []T


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.