Skip to content

Smarter const generator

Latest
Compare
Choose a tag to compare
@codingconcepts codingconcepts released this 26 Apr 14:57
· 8 commits to main since this release

Now:

  • Runs const generators after each generators and before all other generators.
  • Sorts const generators to ensure the generators with the greatest output row count get generated first.
  • Repeats const generators to match the column count of previous columns.