VoidBufferAsArrayOf.length

Sets the length of the array.

  1. size_t length()
  2. void length(size_t len)
    struct VoidBufferAsArrayOf(T)
    void
    length
    (
    size_t len
    )

Parameters

len size_t

new length of the array, in terms of the number of T elements

Meta