[Vala] HashTable.lookup should return "V?"
- From: tecywiz121 <tecywiz121 hotmail com>
- To: vala-list gnome org
- Subject: [Vala] HashTable.lookup should return "V?"
- Date: Tue, 26 Jan 2010 20:42:18 -0500
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]