func runtime.assertE2I
4 uses
runtime (current package)
iface.go#L483: func assertE2I(inter *interfacetype, e eface) (r iface) {
iface.go#L511: *dst = assertE2I(inter, e)
iface.go#L516: *dst = assertE2I(inter, e)
mfinal.go#L216: *(*iface)(frame) = assertE2I(ityp, *(*eface)(frame))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |