BinaryIO.read

Easy Reads in a string.

Notes: If the character type isn't immutable, then a slice to the underlying data is returned instead of a copy.

If it is immutable, then a .idup of the slice is returned.

  1. T read()
  2. T read()
  3. T read()
    class BinaryIO
    T
    read
    (
    T
    )
    ()
    if (
    isSomeString!T
    )

Meta