Categorygithub.com/tada-team/ref
modulepackage
1.4.0
Repository: https://github.com/tada-team/ref.git
Documentation: pkg.go.dev

# README

ref

Shortcuts for pass by reference

package main

import "github.com/tada-team/ref"

type MyStruct struct {
    X *string
}

func main()  {
    print(MyStruct{X: ref.String("yyy")})
}

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author