FixedArray.put

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

struct FixedArray(T, uint capacity_, bool borrowChecked = false)
alias put = insertBack

Meta