createIndicesBuffer

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Buffer createIndicesBuffer(Array!uint indicesData, bool staticData)
    createIndicesBuffer
    (
    in Array!uint indicesData
    ,
    in bool staticData = true
    )
  2. Buffer createIndicesBuffer(immutable(uint[]) indicesData, bool staticData)

Meta