This website works better with JavaScript.
Home
Help
Sign In
Lucifer3
/
Server
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
6
Tags
21 MiB
Go
61.7%
Svelte
31.6%
TypeScript
5.9%
Sass
0.3%
Dockerfile
0.2%
Other
0.2%
Tree:
c38d881058
beelzebub
0.1.0
0.1.1
0.2.0
0.2.1
0.2.2
v0.2.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c38d881058'
${ noResults }
Server
/
internal
/
gentools
/
ptr.go
5 lines
57 B
Raw
Blame
History
package
gentools
func
Ptr
[
T
any
]
(
t
T
)
*
T
{
return
&
t
}
Reference in new issue