Versions in this module Expand all Collapse all v1 v1.0.3 Sep 5, 2026 Changes in this version + func ConvertToUniformType(val any) any + func RScan(dstPtr reflect.Value, src any, flags ScanFlag) (wasSet bool, err error) + func Scan[DST any](dstPtr *DST, src any, flags ScanFlag) (wasSet bool, err error) + type ScanFlag = bitcheck.Flag + const SF_CONVS + const SF_DEFAULT + const SF_NONE + const SF_REFLECTCONV + const SF_SQL_SCANNER + const SF_STRCONV