StaticArray.toString

Get as string.

struct StaticArray(T, uint capacity_, bool borrowChecked = false)
@property pragma(inline, true) scope const return
static if(isSomeChar!T)
const(T)[]
toString
()

Meta