TSet.fromList constructor
TSet.fromList(
- TList list
Implementation
factory TSet.fromList(TList list) {
return TSet(list.elementType, list.length);
}
factory TSet.fromList(TList list) {
return TSet(list.elementType, list.length);
}