Файловый менеджер - Редактировать - /usr/local/go/src/cmd/compile/internal/ssa/testdata/pushback.go
Ðазад
package main type Node struct { Circular bool } type ExtNode[V any] struct { v V Node } type List[V any] struct { root *ExtNode[V] len int } func (list *List[V]) PushBack(arg V) { if list.len == 0 { list.root = &ExtNode[V]{v: arg} list.root.Circular = true list.len++ return } list.len++ } func main() { var v List[int] v.PushBack(1) }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка