Compiling and Running Chapel
Writing Chapel Programs
Language History
Indexes
Usage
use BinaryIO;
or
import BinaryIO;
The BinaryIO module provides a BinarySerializer and BinaryDeserializer that implement a simple binary IO format.