MCPcopy Index your code
hub / github.com/go-python/gopy / IntStrUct

Struct IntStrUct

_examples/variadic/variadic.go:28–30  ·  view source on GitHub ↗

Variadic Over Struct //////////////

Source from the content-addressed store, hash-verified

26
27// ///////////// Variadic Over Struct //////////////
28type IntStrUct struct {
29 p int
30}
31
32func NewIntStrUct(n int) IntStrUct {
33 return IntStrUct{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected