Module mecca.containers.arrays

@safe @nogc arrays

Functions

NameDescription
setStringzLength(str) Shorten a null terminated FixedString to be the size of the actual string (without the null)

Structs

NameDescription
FixedArray A variable size array with a fixed maximal capacity

Aliases

NameTypeDescription
FixedString FixedArray!(char,N,false) A nogc mutable char array (string)