Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cvtIntString (0.16 sec)

  1. src/reflect/value.go

    		switch Kind(dst.Kind()) {
    		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
    			return cvtInt
    		case Float32, Float64:
    			return cvtIntFloat
    		case String:
    			return cvtIntString
    		}
    
    	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
    		switch Kind(dst.Kind()) {
    		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
    			return cvtUint
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top