position

Gets the position (in bytes) of a stream.

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

Meta