destack.sh
docstemplatesblog
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:fs
  11. destack:fs/binding
  12. Utf16PathBuffer
    1. Members
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
menu
Language
  1. Setup
  2. TypeScript
  3. TypeScript++
  4. Runtime
  5. Standard Library
  6. Web
  7. Node
  8. Systems
  9. Modules
  10. destack:fs
  11. destack:fs/binding
  12. Utf16PathBuffer
    1. Members
  13. Configuration
  14. Static Analysis
  15. Dynamic Analysis
  16. Deployment
Docs/Language/Standard Library/Modules/destack:fs/destack:fs/binding
mdtxt

Utf16PathBuffer

import { Utf16PathBuffer } from "destack:fs/binding";

UTF-16-oriented host path output buffer.

language/library/src/fs/binding/path.ds:41:46
1export struct Utf16PathBuffer {2    kind: "utf16";3    units: PathUtf16Buffer;4}

Members

kind: "utf16"

Path representation tag.

units: PathUtf16Buffer

UTF-16 unit buffer.

discordxgithub
2026.8.3alpha