This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
Tilo15
/
Invercargill
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
abb1aad648
Ramuri
Etichete
attempted-speed
master
pointer-hell
Invercargill
/
src
/
lib
/
Interfaces
/
ImmutableLot.vala
ImmutableLot.vala
106 B
Istoric
Crud
1
2
3
4
5
6
7
8
namespace Invercargill {
[GenericAccessors]
public interface ImmutableLot<T> : Lot<T> {
}
}