TryNil tries to decode as nil. If a nil is in the stream, it consumes it and returns true. Note: if TryNil returns true, that must be handled.
()
| 87 | // |
| 88 | // Note: if TryNil returns true, that must be handled. |
| 89 | TryNil() bool |
| 90 | |
| 91 | // ContainerType returns one of: Bytes, String, Nil, Slice or Map. |
| 92 | // |
no outgoing calls