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. 詳しく見る »
reflect.IsSlice INPUT ⟼ boolReports whether the given value is a slice. 詳しく見る »