-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_DebugCode_NotNull
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
![]() ![]() ![]() ![]() |
NotNull(T)(Nullable(T), String) |
Ensures that arg != null
|
![]() ![]() ![]() ![]() |
NotNull(T)(T, String) |
Ensures that arg != null
|