Reflect functions
Use these functions to determine a value’s data type.
Use these functions to determine a value’s data type.
reflect.IsMap INPUT ⟼ boolReports whether the given value is a map. Read More »
reflect.IsSlice INPUT ⟼ boolReports whether the given value is a slice. Read More »