reflectx

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsNilValue

func IsNilValue(val reflect.Value) bool

IsNilValue 对 IsNil 方法进一步封装 如果 val 的类型 为 map、chan、slice、interface 和 ptr 以及 func,可以执行 IsNil 方法 否则直接返回 false,避免执行 IsNil 方法时发生 panic 特别注意的是,如果 val 本身为非法的值时(例如 nil),需要先通过 IsValid 方法进行判断,避免后续操作发生 panic

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL