Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CommonType (0.07 sec)

  1. src/encoding/gob/type.go

    	}
    	return t.gobType().name()
    }
    
    // CommonType holds elements of all types.
    // It is a historical artifact, kept for binary compatibility and exported
    // only for the benefit of the package's encoding of type descriptors. It is
    // not intended for direct use by clients.
    type CommonType struct {
    	Name string
    	Id   typeId
    }
    
    func (t *CommonType) id() typeId { return t.Id }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
Back to top