position

Set the position (in bytes) of a stream.

  1. Stream position [@property setter]
    @property
    void
    position
    (
    Stream
    )
    (
    auto ref Stream stream
    ,
    long offset
    )
    if (
    isSeekable!Stream
    )
  2. auto position [@property getter]

Meta