Avatar
golangのio.Reader的なものがSwiftにもあれば良かったのに。 type Reader interface { Read(p []byte) (n int, err error) } (edited)