test_types

package
v0.0.0-...-01cf3de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type I

type I interface {
	MethodOfInterface()
	AnotherMethodOfInterface()
}

type T

type T int

func (T) Array

func (T) Array([2]int) [3]string

func (T) DeeplyTyped

func (T) DeeplyTyped([]*int, **[]**[2]**int) []***string

func (T) Ellipsis

func (T) Ellipsis(...int)

func (T) ImportedInterface

func (T) ImportedInterface(i io.Reader) io.Writer

func (T) Interface

func (T) Interface(i I) I

func (T) Pointer

func (T) Pointer(*int) *string

func (T) Rich

func (T) Rich(a T, b []T, c *T) (*T, T, []T)

func (T) Scalar

func (T) Scalar(int, string) (int64, uint32)

func (T) Slice

func (T) Slice([]int) []string

func (T) Void

func (T) Void()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL