This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
Gshopper
/
sentio
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Koks:
e9bc863389
Atzari
Tagi
main
0.0.1
sentio
/
util
/
etc.go
etc.go
55 B
Vēsture
Neapstrādāts
1
2
3
4
5
package util
func ToPtr[T any](x T) *T {
return &x
}