Untitled

 avatar
unknown
golang
3 years ago
54 B
4
Indexable
func foo() *[]*int {
    var a *[]*int
    return a
}
Editor is loading...