tryGet

fun <T : Any> tryGet(): T?(source)

Attempts to read value from this pointer

Return

null if failed to read the value, value of the pointer otherwise