`val foo: VkDevice = ...` vs `val foo: Pair<VkD...
# announcements
s
val foo: VkDevice = ...
vs
val foo: Pair<VkDevice, VKResult> = ...