[Vala] HashTable.lookup should return "V?"



If I understand the entire "non-nullable" type concept of vala, then
only variables with a "?" should be nullable at least in theory,
correct?

If that is the case, then I believe that HashTable<K, V>.lookup should
in fact return a "weak Texture?" as opposed to a "weak Texture" since if
it can't find a key, it returns null.

Thanks,
Sam




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]