Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TypeLinks (0.17 sec)

  1. src/reflect/type.go

    			}
    			if tf.Offset != vf.Offset {
    				return false
    			}
    			if tf.Embedded() != vf.Embedded() {
    				return false
    			}
    		}
    		return true
    	}
    
    	return false
    }
    
    // typelinks is implemented in package runtime.
    // It returns a slice of the sections in each module,
    // and a slice of *rtype offsets in each module.
    //
    // The types in each module are sorted by string. That is, the first
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top