mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-05 15:37:00 +08:00
6 lines
71 B
Go
6 lines
71 B
Go
package windowmanagerhandler
|
|
|
|
func ptr[T any](in T) *T {
|
|
return &in
|
|
}
|