FixedArray.put

Add elements es to the back. Throws when array becomes full. NOTE doesn't invalidate any borrow

  1. void insertBack(Es es)
  2. alias put = insertBack
    struct FixedArray(T, uint capacity_, bool borrowChecked = false)
    alias put = insertBack

Meta