Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 298 Bytes

File metadata and controls

17 lines (11 loc) · 298 Bytes

Std misc

Many other types are provided by the std library to support things such as:

  • Threads
  • Channels
  • File I/O

These expand beyond what the primitives provide.

See also:

primitives and the std library