data method

List<int> data()

Implementation

List<int> data(){
	return _val;
}