MulticastStream.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t write(ubyte[] bytes, IOMode mode)
    struct MulticastStream(OutputStreams...)
    @safe
    @blocking
    size_t
    write
    (
    in ubyte[] bytes
    ,
    IOMode mode
    )
  2. void write(ubyte[] bytes)
  3. void write(char[] bytes)

Meta