type io.ByteScanner
7 uses
io (current package)
io.go#L274: type ByteScanner interface {
math/big
floatconv.go#L33: func (z *Float) scan(r io.ByteScanner, base int) (f *Float, b int, err error) {
int.go#L501: func (z *Int) setFromScanner(r io.ByteScanner, base int) (*Int, bool) {
intconv.go#L180: func (z *Int) scan(r io.ByteScanner, base int) (*Int, int, error) {
intconv.go#L197: func scanSign(r io.ByteScanner) (neg bool, err error) {
natconv.go#L108: func (z nat) scan(r io.ByteScanner, base int, fracOk bool) (res nat, b, count int, err error) {
ratconv.go#L223: func scanExponent(r io.ByteScanner, base2ok, sepOk bool) (exp int64, base int, err error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |