1
0

ArkSys.swift 183 B

12345678
  1. //
  2. // ArkSys Pipeline
  3. //
  4. /// Root namespace for ArkOS system calls and IPC.
  5. public struct ArkSys {
  6. // Namespaces are implemented as structs or enums containing static members.
  7. }