package
Version:
v1.4.51
Opens a new window with list of versions in this module.
Published: Sep 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
AnyNotNil returns true if any given value is not nil.
AnyNotNil(nil, nil) -> false
AnyNotNil(nil, 1) -> true
AreAllNil returns true if all given values are nil.
AreAllNil(nil, nil) -> true
AreAllNil(nil, 1) -> false
Nil returns true if the given value is nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.