brenoguim / flexclass

A library for classes with flexible layout
MIT License
56 stars 6 forks source link

Implement arrays *behind* the user object #16

Open brenoguim opened 4 years ago

brenoguim commented 4 years ago

Today the library only creates the Object + arrays in that sequence. It would be nice to have a "BackwardAdjacentArray" which would cause the layout to be:

 | arrays | user object | more arrays |