TimedFIFO.readOldestDataAndDropSome

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int readOldestDataAndDropSome(T[] output, double dt, int keepAtLeast)
    struct TimedFIFO(T)
    nothrow @nogc
    int
    readOldestDataAndDropSome
    (
    T[] output
    ,
    double dt
    ,
    int keepAtLeast = 0
    )
  2. bool readOldestDataAndDropSome(T* output, double dt)

Meta