dataSave

Converts any sort of possible output into a output range. Useful for providing simple overloading of save functions for a variety of outputs.

  1. OutRange dataSave(File file)
    dataSave
    (
    File file
    )
  2. OutRange dataSave(string path)

Meta