Release 0.1.0
What's new?
Features
- Implement two types of List, one is
FloatList
and the other isIntegerList
; - Implement basic methods for
List
type -sum
,mean
,max
,min
andsize
;
Misc
- Add install, build and publish instructions in the
README.md
file.