Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 510 Bytes

TODO.md

File metadata and controls

14 lines (13 loc) · 510 Bytes

TODO

  • Finish ReverseSlice
  • Replace master branch
  • Try it in some small example programs. (find examples of functional usage)
  • Add others
    • Min? Max? (How to do comparators?)
    • MethodByName(name, ...args) helper
  • Test type coercion
    • Handle variadic functions
    • Check input types match expected (chan/slice/etc)
  • Drop Chan from the name of the chan methods. make them just the default? or auto-detect?
  • Add benchmarks to catch silly errors
  • Add Seq interface for custom classes to implement.