Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for abigen_runtime_cmpstring (0.52 sec)

  1. src/internal/bytealg/compare_native.go

    //go:noescape
    func Compare(a, b []byte) int
    
    func CompareString(a, b string) int {
    	return abigen_runtime_cmpstring(a, b)
    }
    
    // The declaration below generates ABI wrappers for functions
    // implemented in assembly in this package but declared in another
    // package.
    
    //go:linkname abigen_runtime_cmpstring runtime.cmpstring
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 23:39:07 UTC 2024
    - 726 bytes
    - Viewed (0)
Back to top