get dbpf
v0.1.0

Module dbpf.types

Source

src/dbpf/types.d

Authors

Chance Snow

License

MIT License

Members

  • str

    struct str(int Size);

    A fixed-sized string.

    Parameters

    Size

    Size of string, in bytes.

    • this

      this(string str);
  • int24

    struct int24;

    A 24-bit signed integer.

    See Also

    (D Forum)