This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Tilo15
/
Invercargill
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
abb1aad648
Rami (Branch)
Tag
attempted-speed
master
pointer-hell
Invercargill
/
src
/
lib
/
Interfaces
/
ImmutableLot.vala
ImmutableLot.vala
106 B
Cronologia
Originale
1
2
3
4
5
6
7
8
namespace Invercargill {
[GenericAccessors]
public interface ImmutableLot<T> : Lot<T> {
}
}