OutputCollectors.jl Documentation
This is the reference documentation of OutputCollectors.jl.
Index
Types
OutputCollectors.OutputCollector โ TypeOutputCollectorFunctions
OutputCollectors.readuntil_many โ Methodreaduntil_many(s::IO, delims)Given a collection of delimiter characters, read from s until one of those delimiters is reached, or we reach the end of s.